changeset 5077:cf6608b00186 libavcodec

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
author diego
date Mon, 28 May 2007 09:30:41 +0000
parents 796c2a5481ad
children 4f36b52179d1
files imgconvert.c imgresample.c mpegvideo.c xvmcvideo.c
diffstat 4 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.c	Sun May 27 22:34:49 2007 +0000
+++ b/imgconvert.c	Mon May 28 09:30:41 2007 +0000
@@ -33,10 +33,6 @@
 #include "avcodec.h"
 #include "dsputil.h"
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 #ifdef HAVE_MMX
 #include "i386/mmx.h"
 #endif
--- a/imgresample.c	Sun May 27 22:34:49 2007 +0000
+++ b/imgresample.c	Mon May 28 09:30:41 2007 +0000
@@ -28,10 +28,6 @@
 #include "swscale.h"
 #include "dsputil.h"
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 #define NB_COMPONENTS 3
 
 #define PHASE_BITS 4
--- a/mpegvideo.c	Sun May 27 22:34:49 2007 +0000
+++ b/mpegvideo.c	Mon May 28 09:30:41 2007 +0000
@@ -35,10 +35,6 @@
 #include "faandct.h"
 #include <limits.h>
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 //#undef NDEBUG
 //#include <assert.h>
 
--- a/xvmcvideo.c	Sun May 27 22:34:49 2007 +0000
+++ b/xvmcvideo.c	Mon May 28 09:30:41 2007 +0000
@@ -29,10 +29,6 @@
 #undef NDEBUG
 #include <assert.h>
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 #ifdef HAVE_XVMC
 
 //X11 includes are in the xvmc_render.h