[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.216,1.217

Richard Felker CVS syncmail at mplayerhq.hu
Sat Apr 3 19:14:09 CEST 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1090

Modified Files:
	cfg-mplayer.h 
Log Message:
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.


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- cfg-mplayer.h	13 Mar 2004 16:48:52 -0000	1.216
+++ cfg-mplayer.h	3 Apr 2004 17:14:07 -0000	1.217
@@ -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




More information about the MPlayer-cvslog mailing list