Commit ae7ad2dc authored by diego's avatar diego

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23400 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 1692c214
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment