diff libswscale/yuv2rgb_mlib.c @ 19431:ac69ba536915

Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
author diego
date Fri, 18 Aug 2006 13:58:03 +0000
parents 8579acff875e
children 8e50cba9fe03
line wrap: on
line diff
--- a/libswscale/yuv2rgb_mlib.c	Fri Aug 18 12:20:43 2006 +0000
+++ b/libswscale/yuv2rgb_mlib.c	Fri Aug 18 13:58:03 2006 +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 "libmpcodecs/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,