summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postproc/postprocess.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index 03a6392a62..1ccea03dfb 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"