Commit a7e7fd74 authored by michael's avatar michael

dont use fastmemcpy for PIC


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1161 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1ca24ab
...@@ -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