[SCM] libav/experimental: Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:00:33 UTC 2013


The following commit has been merged in the experimental branch:
commit 42610c4983c14cf320267ad4fad5db7c95f203b5
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 28 09:30:41 2007 +0000

    Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
    
    Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 41383c0..b72d0ee 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -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
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index 8d20dd4..8174d38 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -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
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index fb4c76a..2667ad0 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -35,10 +35,6 @@
 #include "faandct.h"
 #include <limits.h>
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 //#undef NDEBUG
 //#include <assert.h>
 
diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c
index 4a0677f..ff56ceb 100644
--- a/libavcodec/xvmcvideo.c
+++ b/libavcodec/xvmcvideo.c
@@ -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
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 14a66c9..58a1d62 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -87,9 +87,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 //#undef HAVE_MMX
 //#undef ARCH_X86
 //#define DEBUG_BRIGHTNESS
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
 #include "postprocess.h"
 #include "postprocess_internal.h"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list