mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
-gui option removal leftovers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7321 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ccffaee52b
commit
acc45c7d57
@ -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 @@ end
|
||||
<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>
|
||||
|
||||
|
1
README
1
README
@ -193,7 +193,6 @@ That's it for the moment. To start playing movies, open a command line and try
|
||||
|
||||
or for the GUI
|
||||
|
||||
mplayer -gui <moviefile>
|
||||
gmplayer <moviefile>
|
||||
|
||||
gmplayer is a symbolic link to mplayer created by 'make install'.
|
||||
|
@ -12,11 +12,7 @@ static char* banner_text=
|
||||
"\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"
|
||||
|
Loading…
Reference in New Issue
Block a user