Commit f4bd289a authored by Diego Biurrun's avatar Diego Biurrun

Explicitly include fastmemcpy.h from libvo/.

Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cf5aed5b
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "dsputil.h" #include "dsputil.h"
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #include "libvo/fastmemcpy.h"
#endif #endif
#ifdef HAVE_MMX #ifdef HAVE_MMX
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "dsputil.h" #include "dsputil.h"
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #include "libvo/fastmemcpy.h"
#endif #endif
#define NB_COMPONENTS 3 #define NB_COMPONENTS 3
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <limits.h> #include <limits.h>
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #include "libvo/fastmemcpy.h"
#endif #endif
//#undef NDEBUG //#undef NDEBUG
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <assert.h> #include <assert.h>
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #include "libvo/fastmemcpy.h"
#endif #endif
#ifdef HAVE_XVMC #ifdef HAVE_XVMC
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#endif /* !__MINGW32__ && CONFIG_OS2 */ #endif /* !__MINGW32__ && CONFIG_OS2 */
# ifdef USE_FASTMEMCPY # ifdef USE_FASTMEMCPY
# include "fastmemcpy.h" # include "libvo/fastmemcpy.h"
# endif # endif
// Use rip-relative addressing if compiling PIC code on x86-64. // Use rip-relative addressing if compiling PIC code on x86-64.
......
...@@ -85,7 +85,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks ...@@ -85,7 +85,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef ARCH_X86 //#undef ARCH_X86
//#define DEBUG_BRIGHTNESS //#define DEBUG_BRIGHTNESS
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #include "libvo/fastmemcpy.h"
#endif #endif
#include "postprocess.h" #include "postprocess.h"
#include "postprocess_internal.h" #include "postprocess_internal.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment