summaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb_mlib.c
diff options
context:
space:
mode:
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,