diff postproc/yuv2rgb_mlib.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 77ed12a4f0b1
children
line wrap: on
line diff
--- a/postproc/yuv2rgb_mlib.c	Sun Nov 13 21:53:26 2005 +0000
+++ b/postproc/yuv2rgb_mlib.c	Mon Nov 14 00:30:37 2005 +0000
@@ -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,