Mercurial > mplayer.hg
changeset 23207:daba1c391a48
The GUI no longer depends on libpng.
author | diego |
---|---|
date | Thu, 03 May 2007 14:36:46 +0000 |
parents | 4d544d4d2a88 |
children | 1ad17576b8b8 |
files | DOCS/xml/en/bugreports.xml DOCS/xml/en/install.xml README |
diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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>
--- 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 @@ </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,
--- 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...