Mercurial > mplayer.hg
changeset 26068:bfada3b4c366
10l: Revert nonsense commit.
author | diego |
---|---|
date | Mon, 25 Feb 2008 09:45:55 +0000 |
parents | 4ffa92294ee7 |
children | 1318e956c092 |
files | libmpcodecs/vf_pp.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_pp.c Mon Feb 25 09:43:52 2008 +0000 +++ b/libmpcodecs/vf_pp.c Mon Feb 25 09:45:55 2008 +0000 @@ -20,7 +20,12 @@ #ifdef USE_LIBPOSTPROC_SO #include <postproc/postprocess.h> #elif defined(USE_LIBPOSTPROC) +#define EMU_OLD #include "libpostproc/postprocess.h" + +#ifdef EMU_OLD +#include "libpostproc/postprocess_internal.h" +#endif #endif struct vf_priv_s {