[Mplayer-cvslog] CVS: main/postproc postprocess.c,1.73,1.74
Michael Niedermayer CVS
michael at mplayerhq.hu
Mon Nov 4 23:45:53 CET 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv28071
Modified Files:
postprocess.c
Log Message:
dont use fastmemcpy for PIC
Index: postprocess.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- postprocess.c 3 Nov 2002 10:05:19 -0000 1.73
+++ postprocess.c 4 Nov 2002 22:45:34 -0000 1.74
@@ -75,7 +75,9 @@
//#undef HAVE_MMX
//#undef ARCH_X86
//#define DEBUG_BRIGHTNESS
+#ifndef PIC
#include "../libvo/fastmemcpy.h"
+#endif
#include "postprocess.h"
#include "postprocess_internal.h"
#include "../mangle.h"
More information about the MPlayer-cvslog
mailing list