1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 13:41:49 +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:
michael 2002-11-04 22:45:34 +00:00
parent 9ec9ce9fb5
commit 08b07f063c

View File

@ -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"