Commit 42610c49 authored by Diego Biurrun's avatar Diego Biurrun

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.

Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d5aa01cd
...@@ -33,10 +33,6 @@ ...@@ -33,10 +33,6 @@
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_MMX #ifdef HAVE_MMX
#include "i386/mmx.h" #include "i386/mmx.h"
#endif #endif
......
...@@ -28,10 +28,6 @@ ...@@ -28,10 +28,6 @@
#include "swscale.h" #include "swscale.h"
#include "dsputil.h" #include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#define NB_COMPONENTS 3 #define NB_COMPONENTS 3
#define PHASE_BITS 4 #define PHASE_BITS 4
......
...@@ -35,10 +35,6 @@ ...@@ -35,10 +35,6 @@
#include "faandct.h" #include "faandct.h"
#include <limits.h> #include <limits.h>
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
//#undef NDEBUG //#undef NDEBUG
//#include <assert.h> //#include <assert.h>
......
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
#undef NDEBUG #undef NDEBUG
#include <assert.h> #include <assert.h>
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_XVMC #ifdef HAVE_XVMC
//X11 includes are in the xvmc_render.h //X11 includes are in the xvmc_render.h
......
...@@ -87,9 +87,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks ...@@ -87,9 +87,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef HAVE_MMX //#undef HAVE_MMX
//#undef ARCH_X86 //#undef ARCH_X86
//#define DEBUG_BRIGHTNESS //#define DEBUG_BRIGHTNESS
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#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