From 83da2c6f268acc04c61b76629055764dc462c4a3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 12:00:25 +0000 Subject: Use full path for #includes from another directory. Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/rgb2rgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/rgb2rgb.c') diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index faf3e95c64..19487d731d 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -27,11 +27,11 @@ */ #include #include "config.h" +#include "libavutil/x86_cpu.h" +#include "libavutil/bswap.h" #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" -#include "x86_cpu.h" -#include "bswap.h" #define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit -- cgit v1.2.3