From 4d7b302c0d4f0e34ac5fb6da3e4c87ecbeb727ef Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 28 May 2007 09:30:56 +0000 Subject: Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/rgb2rgb.c | 3 --- libswscale/swscale.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'libswscale') diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index d363a2857b..a0008bee49 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -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 diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 41d73fe788..dc0a2eda26 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -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 -- cgit v1.2.3