diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:38:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:38:24 +0000 |
commit | f4bd289a04df659fc120b5a99632f7d4a6c57b1c (patch) | |
tree | ac97787e66598ed93946852fa60670a9f83b52a1 /libpostproc | |
parent | cf5aed5badec6d2083c0c2a8def3fbab7055034f (diff) | |
download | ffmpeg-f4bd289a04df659fc120b5a99632f7d4a6c57b1c.tar.gz |
Explicitly include fastmemcpy.h from libvo/.
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 870a8a228d..949f6d8959 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -85,7 +85,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 "libvo/fastmemcpy.h" #endif #include "postprocess.h" #include "postprocess_internal.h" |