[MPlayer-cvslog] r23400 - in trunk/libswscale: rgb2rgb.c swscale.c

diego subversion at mplayerhq.hu
Mon May 28 11:30:57 CEST 2007


Author: diego
Date: Mon May 28 11:30:56 2007
New Revision: 23400

Log:
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.


Modified:
   trunk/libswscale/rgb2rgb.c
   trunk/libswscale/swscale.c

Modified: trunk/libswscale/rgb2rgb.c
==============================================================================
--- trunk/libswscale/rgb2rgb.c	(original)
+++ trunk/libswscale/rgb2rgb.c	Mon May 28 11:30:56 2007
@@ -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
 

Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c	(original)
+++ trunk/libswscale/swscale.c	Mon May 28 11:30:56 2007
@@ -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



More information about the MPlayer-cvslog mailing list