Mercurial > mplayer.hg
changeset 26066:7b7d321574d7
Remove old EMU_OLD cruft.
author | diego |
---|---|
date | Mon, 25 Feb 2008 09:42:26 +0000 |
parents | 68b558c4c833 |
children | 4ffa92294ee7 |
files | libmpcodecs/vf_pp.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_pp.c Mon Feb 25 09:24:33 2008 +0000 +++ b/libmpcodecs/vf_pp.c Mon Feb 25 09:42:26 2008 +0000 @@ -20,12 +20,7 @@ #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 {