diff libvo/vo_ggi.c @ 2732:ae79207a3055

Move yuv2rgb to postprocess
author nick
date Tue, 06 Nov 2001 11:22:40 +0000
parents d40f2b686846
children ed5b85b713a3
line wrap: on
line diff
--- a/libvo/vo_ggi.c	Tue Nov 06 11:21:43 2001 +0000
+++ b/libvo/vo_ggi.c	Tue Nov 06 11:22:40 2001 +0000
@@ -32,7 +32,7 @@
 #undef GGI_PLANAR_NOCONV
 
 #ifndef GGI_PLANAR_NOCONV
-#include "yuv2rgb.h"
+#include "../postproc/rgb2rgb.h"
 #endif
 
 LIBVO_EXTERN (ggi)