[SCM] libav/experimental: Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:00:33 UTC 2013
The following commit has been merged in the experimental branch:
commit 4d7b302c0d4f0e34ac5fb6da3e4c87ecbeb727ef
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon May 28 09:30:56 2007 +0000
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
diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c
index d363a28..a0008be 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 41d73fe..dc0a2ed 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list