summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-28 09:30:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-28 09:30:41 +0000
commit42610c4983c14cf320267ad4fad5db7c95f203b5 (patch)
treeacdb8753ebad4baaf3ac2215173b6601bee3cc99 /libavcodec/imgresample.c
parentd5aa01cd302c4cb6562f054257f864ba47ccdce1 (diff)
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r--libavcodec/imgresample.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index 8d20dd463b..8174d38e01 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -28,10 +28,6 @@
#include "swscale.h"
#include "dsputil.h"
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
#define NB_COMPONENTS 3
#define PHASE_BITS 4