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
This commit is contained in:
diego 2007-05-28 09:30:56 +00:00
parent 5edd9af248
commit 134fb56e1f
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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