]> git.sesse.net Git - ffmpeg/commitdiff
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
authorDiego Biurrun <diego@biurrun.de>
Mon, 28 May 2007 09:30:56 +0000 (09:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 28 May 2007 09:30:56 +0000 (09:30 +0000)
Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/rgb2rgb.c
libswscale/swscale.c

index d363a2857b1c4fe47da280b8b39fc45a7522179c..a0008bee496ce900df0e05899735cd734fb0787b 100644 (file)
@@ -32,9 +32,6 @@
 #include "swscale_internal.h"
 #include "x86_cpu.h"
 #include "bswap.h"
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
 
 #define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit
 
index 41d73fe788f2a403d778aa766e80b34dc115710d..dc0a2eda26a0c2d05e5f0f55458bf11e36fa0335 100644 (file)
@@ -72,9 +72,6 @@ untested special converters
 #include "x86_cpu.h"
 #include "bswap.h"
 #include "rgb2rgb.h"
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
 #include "libavcodec/opt.h"
 
 #undef MOVNTQ