summaryrefslogtreecommitdiff
path: root/libpostproc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-18 13:38:24 +0000
committerDiego Biurrun <diego@biurrun.de>2006-08-18 13:38:24 +0000
commitf4bd289a04df659fc120b5a99632f7d4a6c57b1c (patch)
treeac97787e66598ed93946852fa60670a9f83b52a1 /libpostproc
parentcf5aed5badec6d2083c0c2a8def3fbab7055034f (diff)
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.c2
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"