Explicitly include fastmemcpy.h from libvo/.

Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-08-18 13:38:24 +00:00
parent cf5aed5bad
commit f4bd289a04
6 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_MMX

View File

@ -27,7 +27,7 @@
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#define NB_COMPONENTS 3

View File

@ -32,7 +32,7 @@
#include <limits.h>
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
//#undef NDEBUG

View File

@ -28,7 +28,7 @@
#include <assert.h>
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_XVMC

View File

@ -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.

View File

@ -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"