1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 17:20:21 +02:00

looks better (req. for mp-G2)

Originally committed as revision 1830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Arpi 2003-05-03 19:26:52 +00:00
parent ed543377a4
commit 9616355144

View File

@ -81,7 +81,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef ARCH_X86 //#undef ARCH_X86
//#define DEBUG_BRIGHTNESS //#define DEBUG_BRIGHTNESS
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h" #include "../fastmemcpy.h"
#endif #endif
#include "postprocess.h" #include "postprocess.h"
#include "postprocess_internal.h" #include "postprocess_internal.h"