Commit 70d4f2da authored by Michael Niedermayer's avatar Michael Niedermayer

dont use fastmemcpy for PIC

Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent b587a7cb
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment