From b2d374c9587e48b9861e346bce4b12d96308c78d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 14 Nov 2005 00:30:37 +0000 Subject: Unify include paths, -I.. is in CFLAGS. Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'postproc/swscale.c') diff --git a/postproc/swscale.c b/postproc/swscale.c index 75599ec900..941a486b0d 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -54,8 +54,8 @@ untested special converters #include #include #include -#include "../config.h" -#include "../mangle.h" +#include "config.h" +#include "mangle.h" #include #ifdef HAVE_MALLOC_H #include @@ -70,11 +70,11 @@ untested special converters #endif #include "swscale.h" #include "swscale_internal.h" -#include "../cpudetect.h" -#include "../bswap.h" -#include "../libvo/img_format.h" +#include "cpudetect.h" +#include "bswap.h" +#include "libvo/img_format.h" #include "rgb2rgb.h" -#include "../libvo/fastmemcpy.h" +#include "libvo/fastmemcpy.h" #undef MOVNTQ #undef PAVGB -- cgit v1.2.3