Commit 8b2d6ff8 authored by diego's avatar diego

Explicitly include fastmemcpy.h from libvo/.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6021 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e7f5055
......@@ -32,7 +32,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_MMX
......
......@@ -27,7 +27,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#define NB_COMPONENTS 3
......
......@@ -32,7 +32,7 @@
#include <limits.h>
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
//#undef NDEBUG
......
......@@ -28,7 +28,7 @@
#include <assert.h>
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_XVMC
......
......@@ -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.
......
......@@ -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"
......
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