summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-28 09:30:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-28 09:30:56 +0000
commit134fb56e1fe68a1f0f94ad8ac994a661adae53f1 (patch)
tree7489935f81360be8ac25356de7d8138cfe3165cf /libswscale/rgb2rgb.c
parent5edd9af248f1a917d7daf7e106ac0a18660ef60d (diff)
downloadmpv-134fb56e1fe68a1f0f94ad8ac994a661adae53f1.tar.bz2
mpv-134fb56e1fe68a1f0f94ad8ac994a661adae53f1.tar.xz
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/rgb2rgb.c')
-rw-r--r--libswscale/rgb2rgb.c3
1 files changed, 0 insertions, 3 deletions
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