[MPlayer-cvslog] r26100 - trunk/libmpcodecs/vf_pp.c

diego subversion at mplayerhq.hu
Mon Feb 25 10:45:55 CET 2008


Author: diego
Date: Mon Feb 25 10:45:55 2008
New Revision: 26100

Log:
10l: Revert nonsense commit.


Modified:
   trunk/libmpcodecs/vf_pp.c

Modified: trunk/libmpcodecs/vf_pp.c
==============================================================================
--- trunk/libmpcodecs/vf_pp.c	(original)
+++ trunk/libmpcodecs/vf_pp.c	Mon Feb 25 10:45:55 2008
@@ -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 {



More information about the MPlayer-cvslog mailing list