Mercurial > mplayer.hg
changeset 7320:1c6c94f693ed
-gui option removal leftovers
author | diego |
---|---|
date | Sun, 08 Sep 2002 16:55:43 +0000 |
parents | 20acd78d1239 |
children | e02afc51ccad |
files | DOCS/documentation.html README help_mp-en.h |
diffstat | 3 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/documentation.html Sun Sep 08 16:05:59 2002 +0000 +++ b/DOCS/documentation.html Sun Sep 08 16:55:43 2002 +0000 @@ -707,7 +707,6 @@ You can build it by specifying <CODE>--enable-gui</CODE> during <CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P> <UL> - <LI>use the <CODE>-gui</CODE> option</LI> <LI>specify <CODE>gui=yes</CODE> in your config file</LI> <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> , and call <CODE>gmplayer</CODE> instead.</LI> @@ -2100,7 +2099,7 @@ <LI><B>user docs:</B> Gabucino</LI> <LI><B>review, grammar fixes:</B> Diego Biurrun, Nilmoni Deb, Andras Mohari</LI> <LI><B>input layer, lirc, slave mode docs:</B> Albeu</LI> - <LI><B>manpage:</B> <A HREF="mailto:jjermann@gmx.net">Jonas Jermann</A></LI> + <LI><B>man page:</B> <A HREF="mailto:jjermann@gmx.net">Jonas Jermann</A></LI> <LI><B>tech/* docs:</B> A'rpi</LI> </UL>
--- a/README Sun Sep 08 16:05:59 2002 +0000 +++ b/README Sun Sep 08 16:55:43 2002 +0000 @@ -193,7 +193,6 @@ or for the GUI - mplayer -gui <moviefile> gmplayer <moviefile> gmplayer is a symbolic link to mplayer created by 'make install'.
--- a/help_mp-en.h Sun Sep 08 16:05:59 2002 +0000 +++ b/help_mp-en.h Sun Sep 08 16:55:43 2002 +0000 @@ -12,11 +12,7 @@ "\n"; static char help_text[]= -#ifdef HAVE_NEW_GUI -"Usage: mplayer [-gui] [options] [url|path/]filename\n" -#else "Usage: mplayer [options] [url|path/]filename\n" -#endif "\n" "Basic options: (see the manpage for the complete list including ALL options!)\n" " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n"