summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
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 /libavcodec/imgresample.c
parentcf5aed5badec6d2083c0c2a8def3fbab7055034f (diff)
Explicitly include fastmemcpy.h from libvo/.
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r--libavcodec/imgresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index 8ffcd7960e..bb0a806f22 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -27,7 +27,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
-#include "fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
#endif
#define NB_COMPONENTS 3