comparison libvo/vo_directx.c @ 32467:fbe5c829c69b

Move libvo/sub.[ch] from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:47:13 +0000
parents 3d23e24c5c60
children 983577adcf0e
comparison
equal deleted inserted replaced
32466:9e627a1793b1 32467:fbe5c829c69b
36 #include "input/mouse.h" 36 #include "input/mouse.h"
37 #include "mp_msg.h" 37 #include "mp_msg.h"
38 #include "aspect.h" 38 #include "aspect.h"
39 #include "geometry.h" 39 #include "geometry.h"
40 #include "mp_fifo.h" 40 #include "mp_fifo.h"
41 #include "sub.h" 41 #include "sub/sub.h"
42 42
43 #ifdef CONFIG_GUI 43 #ifdef CONFIG_GUI
44 #include "gui/interface.h" 44 #include "gui/interface.h"
45 #endif 45 #endif
46 46