comparison libvo/vo_vesa.c @ 2732:ae79207a3055

Move yuv2rgb to postprocess
author nick
date Tue, 06 Nov 2001 11:22:40 +0000
parents 9c5e64493742
children 039568c6947d
comparison
equal deleted inserted replaced
2731:214f79969a80 2732:ae79207a3055
28 #ifdef HAVE_MEMALIGN 28 #ifdef HAVE_MEMALIGN
29 #include <malloc.h> 29 #include <malloc.h>
30 #endif 30 #endif
31 31
32 #include "fastmemcpy.h" 32 #include "fastmemcpy.h"
33 #include "yuv2rgb.h"
34 #include "sub.h" 33 #include "sub.h"
35 #include "linux/vbelib.h" 34 #include "linux/vbelib.h"
36 #include "bswap.h" 35 #include "bswap.h"
37 #include "aspect.h" 36 #include "aspect.h"
38 37