comparison cfg-mplayer.h @ 31388:f57d3b8292a2

Add appropriate header files for GUI variables.
author diego
date Thu, 17 Jun 2010 09:59:31 +0000
parents 2c34afe8f37f
children 1d9bda52a78b
comparison
equal deleted inserted replaced
31387:da9665eeb5b5 31388:f57d3b8292a2
22 /* 22 /*
23 * config for cfgparser 23 * config for cfgparser
24 */ 24 */
25 25
26 #include "cfg-common.h" 26 #include "cfg-common.h"
27 #include "gui/app.h"
28 #include "gui/interface.h"
27 #include "input/lirc.h" 29 #include "input/lirc.h"
28 #include "libmpcodecs/vd.h" 30 #include "libmpcodecs/vd.h"
29 #include "libmenu/menu.h" 31 #include "libmenu/menu.h"
30 #include "libvo/aspect.h" 32 #include "libvo/aspect.h"
31 #include "libvo/geometry.h" 33 #include "libvo/geometry.h"
34 #include "libvo/x11_common.h" 36 #include "libvo/x11_common.h"
35 #include "mp_fifo.h" 37 #include "mp_fifo.h"
36 #include "unrar_exec.h" 38 #include "unrar_exec.h"
37 39
38 extern const m_option_t dxr2_opts[]; 40 extern const m_option_t dxr2_opts[];
39
40 extern char * skinName;
41 extern int guiWinID;
42 41
43 42
44 const m_option_t vd_conf[]={ 43 const m_option_t vd_conf[]={
45 {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, 44 {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
46 {NULL, NULL, 0, 0, 0, 0, NULL} 45 {NULL, NULL, 0, 0, 0, 0, NULL}