comparison 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
comparison
equal deleted inserted replaced
2731:214f79969a80 2732:ae79207a3055
22 22
23 #include "config.h" 23 #include "config.h"
24 #include "video_out.h" 24 #include "video_out.h"
25 #include "video_out_internal.h" 25 #include "video_out_internal.h"
26 26
27 #include "yuv2rgb.h" 27 #include "../postproc/rgb2rgb.h"
28 #ifdef HAVE_MMX 28 #ifdef HAVE_MMX
29 #include "mmx.h" 29 #include "mmx.h"
30 #endif 30 #endif
31 31
32 LIBVO_EXTERN (dxr3) 32 LIBVO_EXTERN (dxr3)