1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-07 10:04:15 +02:00

changed includes

Originally committed as revision 2739 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2004-01-31 22:58:32 +00:00
parent fc929feebd
commit 0a87c409cc

View File

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