summaryrefslogtreecommitdiffstats
path: root/DOCS/documentation.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-02 23:56:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-02 23:56:45 +0000
commit87b24b391dd405b0856c0d1d02c615fcfa14d268 (patch)
treee6b0e8f183add7791a11d2a27d343177810f1929 /DOCS/documentation.html
parent0a7f68d8454ab2bcb04761875ddb67eef3facdbb (diff)
downloadmpv-87b24b391dd405b0856c0d1d02c615fcfa14d268.tar.bz2
mpv-87b24b391dd405b0856c0d1d02c615fcfa14d268.tar.xz
small updates and style improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9233 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r--DOCS/documentation.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index adcf20dff3..3fd3933cf1 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -282,6 +282,9 @@
<LI><A HREF="encoding.html#rescaling">7.3 Rescaling movies</A></LI>
<LI><A HREF="encoding.html#copying">7.4 Stream copying</A></LI>
<LI><A HREF="encoding.html#fixing">7.5 Fixing AVIs with broken index</A></LI>
+ <UL>
+ <LI><A HREF="encoding.html#appending">7.5.1 Appending multiple AVI files</A></LI>
+ </UL>
<LI><A HREF="encoding.html#libavcodec">7.6 Encoding with the libavcodec codec family</A></LI>
<LI><A HREF="encoding.html#image_files">7.7 Encoding from multiple input image files (JPEGs or PNGs)</A></LI>
<LI><A HREF="encoding.html#vobsub">7.8 Extracting DVD subtitles to a Vobsub file</A></LI>
@@ -818,8 +821,9 @@
<H2><A NAME="gui">1.3 What about the GUI?</A></H2>
-<P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins are stored
- in PNG format, so gtk, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed.
+<P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins
+ 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>