# HG changeset patch # User michael # Date 1036449934 0 # Node ID ee8bb36d2e604004958f2efa20a843f72a658f21 # Parent 932eb34d17c1e64bc07584be3172dd4649842b06 dont use fastmemcpy for PIC diff -r 932eb34d17c1 -r ee8bb36d2e60 libpostproc/postprocess.c --- a/libpostproc/postprocess.c Mon Nov 04 20:57:08 2002 +0000 +++ b/libpostproc/postprocess.c Mon Nov 04 22:45:34 2002 +0000 @@ -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"