# HG changeset patch
# User diego
# Date 1178203006 0
# Node ID daba1c391a483ce8d008a9aae04967c37ada6083
# Parent 4d544d4d2a8837c31442d12c751ee0fcac7ccbf3
The GUI no longer depends on libpng.
diff -r 4d544d4d2a88 -r daba1c391a48 DOCS/xml/en/bugreports.xml
--- a/DOCS/xml/en/bugreports.xml Thu May 03 12:11:21 2007 +0000
+++ b/DOCS/xml/en/bugreports.xml Thu May 03 14:36:46 2007 +0000
@@ -295,7 +295,6 @@
GTK version
GLIB version
- libpng version
GUI situation in which the bug occurs
diff -r 4d544d4d2a88 -r daba1c391a48 DOCS/xml/en/install.xml
--- a/DOCS/xml/en/install.xml Thu May 03 12:11:21 2007 +0000
+++ b/DOCS/xml/en/install.xml Thu May 03 14:36:46 2007 +0000
@@ -55,7 +55,7 @@
libpng - optional (M)PNG en/decoder,
- required for the GUI and the PNG video output driver
+ required for the PNG video output driver
lame - 3.90 or later is recommended,
diff -r 4d544d4d2a88 -r daba1c391a48 README
--- a/README Thu May 03 12:11:21 2007 +0000
+++ b/README Thu May 03 14:36:46 2007 +0000
@@ -21,7 +21,7 @@
package(s) installed.
- To compile MPlayer with X11 support, you need to have the X Window System
development packages (like for XFree86 or X.Org) installed.
-- For the GUI you need the libpng and GTK development packages.
+- For the GUI you need the GTK development packages.
Before you start...