Commit 512b7718 authored by michael's avatar michael

dont use fastmemcpy for PIC


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@8108 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 073c928f
...@@ -75,7 +75,9 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks ...@@ -75,7 +75,9 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef HAVE_MMX //#undef HAVE_MMX
//#undef ARCH_X86 //#undef ARCH_X86
//#define DEBUG_BRIGHTNESS //#define DEBUG_BRIGHTNESS
#ifndef PIC
#include "../libvo/fastmemcpy.h" #include "../libvo/fastmemcpy.h"
#endif
#include "postprocess.h" #include "postprocess.h"
#include "postprocess_internal.h" #include "postprocess_internal.h"
#include "../mangle.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