aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb_mlib.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-11-14 00:30:37 +0000
committerDiego Biurrun <diego@biurrun.de>2005-11-14 00:30:37 +0000
commitb2d374c9587e48b9861e346bce4b12d96308c78d (patch)
treeaf16b74bac5625e56b70b310038c7d8e515ecfeb /postproc/yuv2rgb_mlib.c
parent52ceae062433244857d03d1f5c6d94bdd72bfc4e (diff)
downloadffmpeg-b2d374c9587e48b9861e346bce4b12d96308c78d.tar.gz
Unify include paths, -I.. is in CFLAGS.
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/yuv2rgb_mlib.c')
-rw-r--r--postproc/yuv2rgb_mlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/yuv2rgb_mlib.c b/postproc/yuv2rgb_mlib.c
index 0b0fb95951..b19c2a5d18 100644
--- a/postproc/yuv2rgb_mlib.c
+++ b/postproc/yuv2rgb_mlib.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <assert.h>
-#include "../libvo/img_format.h" //FIXME try to reduce dependency of such stuff
+#include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#include "swscale.h"
static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,