comparison cfg-mplayer.h @ 5436:6f6082d9c8ba

-alang/-slang support in mencoder too
author arpi
date Sun, 31 Mar 2002 22:01:54 +0000
parents 4b32fe3758fa
children e133bea1ab30
comparison
equal deleted inserted replaced
5435:508a4e7df349 5436:6f6082d9c8ba
279 279
280 #ifdef HAVE_LIRC 280 #ifdef HAVE_LIRC
281 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 281 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
282 #endif 282 #endif
283 283
284 #ifdef USE_DVDREAD
285 {"alang", &audio_lang, CONF_TYPE_STRING, 0, 0, 0, NULL},
286 {"slang", &dvdsub_lang, CONF_TYPE_STRING, 0, 0, 0, NULL},
287 #endif
288
289 {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 284 {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
290 {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, 285 {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
291 286
292 #ifdef HAVE_NEW_GUI 287 #ifdef HAVE_NEW_GUI
293 {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 288 {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},