comparison libvo/vo_fbdev2.c @ 14094:a0197f7b0784

remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
author rfelker
date Fri, 03 Dec 2004 20:55:00 +0000
parents e0b096f0e640
children 05aa13cdf92f
comparison
equal deleted inserted replaced
14093:3bf74bf969ff 14094:a0197f7b0784
11 #include <unistd.h> 11 #include <unistd.h>
12 #include <errno.h> 12 #include <errno.h>
13 13
14 #include <sys/mman.h> 14 #include <sys/mman.h>
15 #include <sys/ioctl.h> 15 #include <sys/ioctl.h>
16 #include "kerneltwosix.h"
17 #include <linux/fb.h> 16 #include <linux/fb.h>
18 17
19 #include "config.h" 18 #include "config.h"
20 #include "video_out.h" 19 #include "video_out.h"
21 #include "video_out_internal.h" 20 #include "video_out_internal.h"