summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-03 14:36:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-03 14:36:46 +0000
commit4f174c61a704b8492318fa72727e3f4f90d87f80 (patch)
tree2b486c5654f905dbdf84ad3c65575a76169b6aa1
parent32740e38942c278f141841a2241103797bfadcc5 (diff)
downloadmpv-4f174c61a704b8492318fa72727e3f4f90d87f80.tar.bz2
mpv-4f174c61a704b8492318fa72727e3f4f90d87f80.tar.xz
The GUI no longer depends on libpng.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23225 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/bugreports.xml1
-rw-r--r--DOCS/xml/en/install.xml2
-rw-r--r--README2
3 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml
index 78d45896d0..cb5204024c 100644
--- a/DOCS/xml/en/bugreports.xml
+++ b/DOCS/xml/en/bugreports.xml
@@ -295,7 +295,6 @@ ld -v<!--
<itemizedlist>
<listitem><para>GTK version</para></listitem>
<listitem><para>GLIB version</para></listitem>
- <listitem><para>libpng version</para></listitem>
<listitem><para>GUI situation in which the bug occurs</para></listitem>
</itemizedlist>
</para></listitem>
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index bd3b7f9a91..d7f9bb59a6 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -55,7 +55,7 @@ answers.
</para></listitem>
<listitem><para>
<emphasis role="bold">libpng</emphasis> - optional (M)PNG en/decoder,
- required for the GUI and the PNG video output driver
+ required for the PNG video output driver
</para></listitem>
<listitem><para>
<emphasis role="bold">lame</emphasis> - 3.90 or later is recommended,
diff --git a/README b/README
index ec5c387579..7b697ee9fb 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Requirements:
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...