diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-24 18:35:21 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-24 18:35:21 +0000 |
commit | 636bbe7d832cb8cd23a0ebf9bce4655c12ad2d93 (patch) | |
tree | 9f29fa7dd4ed227cdddc6553135a76e8406ab610 /DOCS/en | |
parent | 1e27fe3e81911aa3de6f881edf71078c6002d2c7 (diff) |
bad GUI usage instructions fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9978 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en')
-rw-r--r-- | DOCS/en/documentation.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index fd93c3f8ce..8c9147dc13 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -835,11 +835,8 @@ are stored in PNG format, so gtk, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed. 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>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> + <CODE>./configure</CODE>. Then, to turn on GUI mode, you have to</P> + execute the <CODE>gmplayer</CODE> binary.</LI> </UL> <P>Currently you can't use the <CODE>-gui</CODE> option on the command line, |