The GUI no longer depends on libpng.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23225 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-05-03 14:36:46 +00:00
parent 32740e3894
commit 4f174c61a7
3 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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,

2
README
View File

@ -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...