You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user