summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 14:39:55 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 14:39:55 +0000
commitbc39c06e4caa69e4390cd6c18f68aae971f926ec (patch)
tree917da6caa0fbda72018fdb7ebe445604898bc544 /configure
parentaefe1778367b64d2419f367c4a8c6d35cf12b79d (diff)
downloadmpv-bc39c06e4caa69e4390cd6c18f68aae971f926ec.tar.bz2
mpv-bc39c06e4caa69e4390cd6c18f68aae971f926ec.tar.xz
Remove libpng dependency for Gui, use libavcodec instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23211 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d8d484b7e1..ddea37aad1 100755
--- a/configure
+++ b/configure
@@ -7008,7 +7008,7 @@ echo "$_gui"
if test "$_gui" = yes ; then
# Required libraries
- test "$_png" != yes && die "The GUI requires PNG support, please install libpng and libpng-dev packages."
+ test "$_libavcodec" != yes && die "The GUI requires libavcodec with PNG support."
if not win32 ; then
test "$_x11" != yes && die "X11 support required for GUI compilation."