diff options
author | Arpi <arpi@thot.banki.hu> | 2003-05-03 19:26:52 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2003-05-03 19:26:52 +0000 |
commit | 9616355144770cc9beb79a5d10503adbcc7c4a2e (patch) | |
tree | 5a6e231f92716b2fbee5cae3dc561865b611ac54 /libavcodec | |
parent | ed543377a41ceeb10c1703b55ab0dddda3f43424 (diff) | |
download | ffmpeg-9616355144770cc9beb79a5d10503adbcc7c4a2e.tar.gz |
looks better (req. for mp-G2)
Originally committed as revision 1830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 58e87b6acf..9d618d5285 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 "libvo/fastmemcpy.h" +#include "../fastmemcpy.h" #endif #include "postprocess.h" #include "postprocess_internal.h" |