# HG changeset patch # User arpi # Date 1034123944 0 # Node ID 7078f0139bed41cba61db630a2fa17a60e71b248 # Parent a401a6ea535826a7693280a62ec3d90ff4ea96f5 cosmetics diff -r a401a6ea5358 -r 7078f0139bed README --- a/README Tue Oct 08 23:53:33 2002 +0000 +++ b/README Wed Oct 09 00:39:04 2002 +0000 @@ -15,7 +15,7 @@ Requirements: - To compile MPlayer with X11 support, you need to have the XFree86 development packages installed. -- For the GUI you need the GTK 1.2 development packages. +- For the GUI you need the libpng and GTK 1.2 development packages. Before you start... @@ -88,7 +88,7 @@ Now, replace the empty libavcodec directory in the MPlayer source tree with the FFmpeg libavcodec source by removing the libavcodec subdirectory in the MPlayer -source tree and then copying (symbolic linking does not suffice) the freshly +source tree and then copying (symbolic linking does NOT suffice) the freshly downloaded FFmpeg libavcodec directory back into the MPlayer source tree. @@ -98,10 +98,10 @@ MPlayer and libavcodec have builtin support for the most common audio and video formats, but some others are playable only with the Win32 DLLs or the XAnim -binary plugins. Examples include WMV video, DivX with WMA audio (not normal +binary plugins. Examples include WMV8 video, DivX with WMA audio (not normal DivX files) and Indeo. This step is not mandatory, but recommended for getting MPlayer to play more different file types. Note that Win32 codecs only work on -Intel compatible PCs. +Intel x86 compatible PCs. Unpack the codecs archive and put the contents in a directory where MPlayer will find them. The default directory is /usr/lib/win32/ but you can change @@ -217,4 +217,4 @@ Questions you may have are probably answered in the rest of the documentation. The places to start reading are the man page, DOCS/documentation.html and -DOCS/faq.html. +DOCS/faq.html. If you find a bug, read DOCS/bugreports.html first!