diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-28 09:30:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-28 09:30:56 +0000 |
commit | 4d7b302c0d4f0e34ac5fb6da3e4c87ecbeb727ef (patch) | |
tree | 8f4706213fe14866ec44176b485499eaafc55146 /libswscale/swscale.c | |
parent | 42610c4983c14cf320267ad4fad5db7c95f203b5 (diff) | |
download | ffmpeg-4d7b302c0d4f0e34ac5fb6da3e4c87ecbeb727ef.tar.gz |
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
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 41d73fe788..dc0a2eda26 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 |