You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
dont use fastmemcpy for PIC
Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user