From 0860745385f730be8615373ed834a652154e2516 Mon Sep 17 00:00:00 2001 From: lucabe Date: Thu, 20 Jul 2006 12:13:57 +0000 Subject: Use libavutil in libswscale, and allow it to be built out of the mplayer tree git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19148 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/rgb2rgb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libswscale/rgb2rgb.c') diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index 049e105292..2e4cc2c0dc 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -11,10 +11,12 @@ #include "config.h" #include "rgb2rgb.h" #include "swscale.h" -#include "cpudetect.h" -#include "mangle.h" +#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 -- cgit v1.2.3