# HG changeset patch # User diego # Date 1044230205 0 # Node ID 1399facc01d7003a8baa423a9946f7cd285dcc1e # Parent 13719146e5a40fdecf04fd74eb8a7686782ea36b small updates and style improvements diff -r 13719146e5a4 -r 1399facc01d7 DOCS/bugreports.html --- a/DOCS/bugreports.html Sun Feb 02 23:32:08 2003 +0000 +++ b/DOCS/bugreports.html Sun Feb 02 23:56:45 2003 +0000 @@ -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 -r 13719146e5a4 -r 1399facc01d7 DOCS/codecs.html --- a/DOCS/codecs.html Sun Feb 02 23:32:08 2003 +0000 +++ b/DOCS/codecs.html Sun Feb 02 23:56:45 2003 +0000 @@ -312,7 +312,8 @@ 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 -r 13719146e5a4 -r 1399facc01d7 DOCS/documentation.html --- a/DOCS/documentation.html Sun Feb 02 23:32:08 2003 +0000 +++ b/DOCS/documentation.html Sun Feb 02 23:56:45 2003 +0000 @@ -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