diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-01-31 22:58:32 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-01-31 22:58:32 +0000 |
commit | 0a87c409cc73a1e9934b156d3a789c30b27dde27 (patch) | |
tree | e139ef074080393ab884b8c5fce1edd073e43111 /libavcodec/libpostproc | |
parent | fc929feebdbea9ae9c5ed9381a6efd96915d6d7d (diff) | |
download | ffmpeg-0a87c409cc73a1e9934b156d3a789c30b27dde27.tar.gz |
changed includes
Originally committed as revision 2739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc')
-rw-r--r-- | libavcodec/libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c index 093d94aead..7df0e97ca4 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -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" |