comparison libvo/vo_fbdev2.c @ 11412:ec3dac7d17a0

Warning fixes (approved by A'rpi).
author rathann
date Sat, 08 Nov 2003 00:26:51 +0000
parents 497104408c30
children e0b096f0e640
comparison
equal deleted inserted replaced
11411:cb070e67a9c9 11412:ec3dac7d17a0
2 * Video driver for Framebuffer device 2 * Video driver for Framebuffer device
3 * by Joey Parrish <joey@nicewarrior.org> 3 * by Joey Parrish <joey@nicewarrior.org>
4 * (C) 2003 4 * (C) 2003
5 */ 5 */
6 6
7 #include <stdio.h>
7 #include <stdlib.h> 8 #include <stdlib.h>
8 #include <string.h> 9 #include <string.h>
9 #include <fcntl.h> 10 #include <fcntl.h>
10 #include <unistd.h> 11 #include <unistd.h>
11 #include <errno.h> 12 #include <errno.h>
16 17
17 #include "config.h" 18 #include "config.h"
18 #include "video_out.h" 19 #include "video_out.h"
19 #include "video_out_internal.h" 20 #include "video_out_internal.h"
20 #include "fastmemcpy.h" 21 #include "fastmemcpy.h"
22 #include "sub.h"
21 #include "mp_msg.h" 23 #include "mp_msg.h"
22 24
23 static vo_info_t info = { 25 static vo_info_t info = {
24 "Framebuffer Device", 26 "Framebuffer Device",
25 "fbdev2", 27 "fbdev2",