Mercurial > mplayer.hg
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