mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
dont use fastmemcpy for PIC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9ec9ce9fb5
commit
08b07f063c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user