From 70d4f2da7f2747423213a980ad6fff6ffd53211b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 4 Nov 2002 22:45:34 +0000 Subject: dont use fastmemcpy for PIC Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/postprocess.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'postproc') diff --git a/postproc/postprocess.c b/postproc/postprocess.c index 03a6392..1ccea03 100644 --- a/postproc/postprocess.c +++ b/postproc/postprocess.c @@ -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" -- cgit v1.1