diff libvo/vo_dxr3.c @ 2732:ae79207a3055

Move yuv2rgb to postprocess
author nick
date Tue, 06 Nov 2001 11:22:40 +0000
parents 9d8d69fc517c
children b9732eaa82d9
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Tue Nov 06 11:21:43 2001 +0000
+++ b/libvo/vo_dxr3.c	Tue Nov 06 11:22:40 2001 +0000
@@ -24,7 +24,7 @@
 #include "video_out.h"
 #include "video_out_internal.h"
 
-#include "yuv2rgb.h"
+#include "../postproc/rgb2rgb.h"
 #ifdef HAVE_MMX
 #include "mmx.h"
 #endif