From 87b24b391dd405b0856c0d1d02c615fcfa14d268 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 2 Feb 2003 23:56:45 +0000 Subject: small updates and style improvements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9233 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/bugreports.html | 11 +++++------ DOCS/codecs.html | 3 ++- DOCS/documentation.html | 8 ++++++-- DOCS/encoding.html | 17 ++++++++++------- 4 files changed, 23 insertions(+), 16 deletions(-) (limited to 'DOCS') diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 264fa39017..dc422aba75 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -170,12 +170,11 @@

B.4.3 Configure problems

-If you get errors while running ./configure, or autodetection -of something fails, read configure.log maybe you'll find the answer there, -for example multiple versions of the same library mixed on your system, -or you forgot to install the development package (those with the -dev suffix). -If you think there is a bug, then include configure.log in -your bugreport! +

If you get errors while running ./configure, or autodetection + of something fails, read configure.log. You may find the answer + there, for example multiple versions of the same library mixed on your system, + or you forgot to install the development package (those with the -dev suffix). If you think there is a bug, include configure.log in your bug + report.

B.4.4 Compilation problems

diff --git a/DOCS/codecs.html b/DOCS/codecs.html index d8a2c41285..05ff3031a3 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -312,7 +312,8 @@ MPlayer supports decoding all versions of RealVideo: MPlayer, the other is in libavcodec. You can invoke each of them with the -vc svq1 and -vc ffsvq1 options respectively. Some files may work with one of them, and not with the other, so test - both decoders. Decoder written (reverse engineered) by the Xine authors. + both decoders. The decoder was written (reverse engineered) by the + xine authors.
  • Sorenson 3 (fourcc SVQ3) - decoding supported by Win32 QuickTime libraries
  • 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 @@
  • 7.3 Rescaling movies
  • 7.4 Stream copying
  • 7.5 Fixing AVIs with broken index
  • +
  • 7.6 Encoding with the libavcodec codec family
  • 7.7 Encoding from multiple input image files (JPEGs or PNGs)
  • 7.8 Extracting DVD subtitles to a Vobsub file
  • @@ -818,8 +821,9 @@

    1.3 What about the GUI?

    -

    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. +

    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 --enable-gui during ./configure. Then, to turn on GUI mode, you either