comparison libvo/vo_vesa.c @ 16256:578e8b4c3e7f

use libvbe from vesautils
author alex
date Thu, 18 Aug 2005 11:26:04 +0000
parents d90f867b870d
children 55b59021b953
comparison
equal deleted inserted replaced
16255:2b75978da320 16256:578e8b4c3e7f
28 #include <pwd.h> 28 #include <pwd.h>
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <sys/stat.h> 30 #include <sys/stat.h>
31 #include <fcntl.h> 31 #include <fcntl.h>
32 32
33 #include <vbe.h>
33 34
34 #include "video_out.h" 35 #include "video_out.h"
35 #include "video_out_internal.h" 36 #include "video_out_internal.h"
36 37
37 #include "fastmemcpy.h" 38 #include "fastmemcpy.h"
38 #include "sub.h" 39 #include "sub.h"
39 #include "osdep/vbelib.h"
40 #include "bswap.h" 40 #include "bswap.h"
41 #include "aspect.h" 41 #include "aspect.h"
42 #include "vesa_lvo.h" 42 #include "vesa_lvo.h"
43 #ifdef CONFIG_VIDIX 43 #ifdef CONFIG_VIDIX
44 #include "vosub_vidix.h" 44 #include "vosub_vidix.h"