comparison libvo/video_out.c @ 9380:edfe34c5405d

linux->osdep
author arpi
date Sun, 09 Feb 2003 20:18:23 +0000
parents 561aa9c850f7
children 8feb4bb5b334
comparison
equal deleted inserted replaced
9379:475bb1a6ef75 9380:edfe34c5405d
13 #include "video_out.h" 13 #include "video_out.h"
14 14
15 #include "mp_msg.h" 15 #include "mp_msg.h"
16 #include "help_mp.h" 16 #include "help_mp.h"
17 17
18 #include "../linux/shmem.h" 18 #include "../osdep/shmem.h"
19 19
20 //int vo_flags=0; 20 //int vo_flags=0;
21 21
22 // currect resolution/bpp on screen: (should be autodetected by vo_init()) 22 // currect resolution/bpp on screen: (should be autodetected by vo_init())
23 int vo_depthonscreen=0; 23 int vo_depthonscreen=0;