summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/imgconvert.c2
-rw-r--r--libavcodec/imgresample.c2
-rw-r--r--libavcodec/mpegvideo.c2
-rw-r--r--libavcodec/xvmcvideo.c2
-rw-r--r--libavutil/internal.h2
-rw-r--r--libpostproc/postprocess.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 776b72dad6..209d977084 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -32,7 +32,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
-#include "fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_MMX
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
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 6f5a37b90a..a6c93c47a8 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -32,7 +32,7 @@
#include <limits.h>
#ifdef USE_FASTMEMCPY
-#include "fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
#endif
//#undef NDEBUG
diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c
index 70f67b39f9..a7ebd15bbf 100644
--- a/libavcodec/xvmcvideo.c
+++ b/libavcodec/xvmcvideo.c
@@ -28,7 +28,7 @@
#include <assert.h>
#ifdef USE_FASTMEMCPY
-#include "fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_XVMC
diff --git a/libavutil/internal.h b/libavutil/internal.h
index a130615753..84109b61d9 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -57,7 +57,7 @@
#endif /* !__MINGW32__ && CONFIG_OS2 */
# ifdef USE_FASTMEMCPY
-# include "fastmemcpy.h"
+# include "libvo/fastmemcpy.h"
# endif
// Use rip-relative addressing if compiling PIC code on x86-64.
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"