summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 22:45:34 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 22:45:34 +0000
commit08b07f063c64946c09670f45d523f47126c0f71d (patch)
treee38df7a69f803ea0617458170dfa0f377518a7c9 /postproc
parent9ec9ce9fb5c528c684bc5f2fcb309a21c869a89f (diff)
downloadmpv-08b07f063c64946c09670f45d523f47126c0f71d.tar.bz2
mpv-08b07f063c64946c09670f45d523f47126c0f71d.tar.xz
dont use fastmemcpy for PIC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8108 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-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"