diff libswscale/yuv2rgb.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 4f5e2e0529b1
children 8e50cba9fe03
line wrap: on
line diff
--- a/libswscale/yuv2rgb.c	Fri Aug 18 12:20:43 2006 +0000
+++ b/libswscale/yuv2rgb.c	Fri Aug 18 13:58:03 2006 +0000
@@ -39,7 +39,7 @@
 #include "rgb2rgb.h"
 #include "swscale.h"
 #include "swscale_internal.h"
-#include "img_format.h" //FIXME try to reduce dependency of such stuff
+#include "libmpcodecs/img_format.h" //FIXME try to reduce dependency of such stuff
 
 #ifdef HAVE_MLIB
 #include "yuv2rgb_mlib.c"