changeset 23382:aac6604be917

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
author diego
date Mon, 28 May 2007 09:30:56 +0000
parents 300e9b7c499f
children 6f8db5d6bb2d
files libswscale/rgb2rgb.c libswscale/swscale.c
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb.c	Mon May 28 08:42:35 2007 +0000
+++ b/libswscale/rgb2rgb.c	Mon May 28 09:30:56 2007 +0000
@@ -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
 
--- a/libswscale/swscale.c	Mon May 28 08:42:35 2007 +0000
+++ b/libswscale/swscale.c	Mon May 28 09:30:56 2007 +0000
@@ -72,9 +72,6 @@
 #include "x86_cpu.h"
 #include "bswap.h"
 #include "rgb2rgb.h"
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
 #include "libavcodec/opt.h"
 
 #undef MOVNTQ