# HG changeset patch # User michael # Date 1036449934 0 # Node ID 6fadfa3151134e90d8e334b28025d151fb4228ea # Parent 7aa3dba949f1d30b5bdd950a072dbdb473d30634 dont use fastmemcpy for PIC diff -r 7aa3dba949f1 -r 6fadfa315113 postproc/postprocess.c --- a/postproc/postprocess.c Mon Nov 04 20:39:27 2002 +0000 +++ b/postproc/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"