# HG changeset patch # User rfelker # Date 1081012447 0 # Node ID 83965b667c128151290532c391b4402e75238b54 # Parent 07d9c8fa6897efea7e8e87d020d1b2d44bb920e2 This was discussed a long time ago but some reason never done. Anyway the gui option is highly broken (prevents running non-gui) and not useful. So now it's finally deprecated. diff -r 07d9c8fa6897 -r 83965b667c12 cfg-mplayer.h --- a/cfg-mplayer.h Sat Apr 03 14:39:16 2004 +0000 +++ b/cfg-mplayer.h Sat Apr 03 17:14:07 2004 +0000 @@ -393,7 +393,8 @@ {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, #endif - {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCMD, 0, 1, NULL}, + {"gui", "Please remove gui=yes from your config and run gmplayer if you want the GUI.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, +// {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCMD, 0, 1, NULL}, // {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, #ifdef HAVE_NEW_GUI