comparison cfg-mplayer.h @ 13344:0d96af97ec00

option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
author faust3
date Wed, 15 Sep 2004 13:37:49 +0000
parents 933b45ad31d5
children fb83e23e94ce
comparison
equal deleted inserted replaced
13343:1a4b6e575484 13344:0d96af97ec00
78 extern int fs_layer; 78 extern int fs_layer;
79 extern int stop_xscreensaver; 79 extern int stop_xscreensaver;
80 extern char **vo_fstype_list; 80 extern char **vo_fstype_list;
81 extern int vo_nomouse_input; 81 extern int vo_nomouse_input;
82 extern int WinID; 82 extern int WinID;
83 #endif
84
85 #ifdef HAVE_MENU
86 extern int menu_startup;
83 #endif 87 #endif
84 88
85 #ifdef HAVE_AA 89 #ifdef HAVE_AA
86 extern int vo_aa_parseoption(m_option_t* conf, char *opt, char * param); 90 extern int vo_aa_parseoption(m_option_t* conf, char *opt, char * param);
87 extern void vo_aa_revertoption(m_option_t* opt,char* param); 91 extern void vo_aa_revertoption(m_option_t* opt,char* param);
329 #ifdef HAVE_MENU 333 #ifdef HAVE_MENU
330 {"menu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 334 {"menu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
331 {"nomenu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, 335 {"nomenu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
332 {"menu-root", &menu_root, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 336 {"menu-root", &menu_root, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
333 {"menu-cfg", &menu_cfg, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 337 {"menu-cfg", &menu_cfg, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
338 {"menu-startup", &menu_startup, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
334 #else 339 #else
335 {"menu", "OSD menu support was not compiled in.\n", CONF_TYPE_PRINT,0, 0, 0, NULL}, 340 {"menu", "OSD menu support was not compiled in.\n", CONF_TYPE_PRINT,0, 0, 0, NULL},
336 #endif 341 #endif
337 342
338 // these should be moved to -common, and supported in MEncoder 343 // these should be moved to -common, and supported in MEncoder