]> git.sesse.net Git - ffmpeg/commitdiff
dont use fastmemcpy for PIC
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Nov 2002 22:45:34 +0000 (22:45 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Nov 2002 22:45:34 +0000 (22:45 +0000)
Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/postprocess.c

index 03a6392a62c7c74892dfd95df383146b4bcda82c..1ccea03dfb52ddaf8f6fe4b285db3624ebe672ef 100644 (file)
@@ -75,7 +75,9 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 //#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"