summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-18 12:08:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-18 12:08:24 +0000
commitb2a9d6aa1b026defe8ddd4a9859bae5f5f9bd282 (patch)
tree2f266f4fe944e09da5306b989e8ab7d310d49ca3 /configure
parentf5656d70178fe11dc4310a594c94c3baf237a299 (diff)
downloadmpv-b2a9d6aa1b026defe8ddd4a9859bae5f5f9bd282.tar.bz2
mpv-b2a9d6aa1b026defe8ddd4a9859bae5f5f9bd282.tar.xz
Mention that libavc png decoder depends on zlib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24571 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 14a4be2f31..c257db0cab 100755
--- a/configure
+++ b/configure
@@ -7118,7 +7118,7 @@ if test "$_gui" = yes ; then
# Required libraries
if test "$_libavcodec" != yes ||
not "echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1" ; then
- die "The GUI requires libavcodec with PNG support."
+ die "The GUI requires libavcodec with PNG support (needs zlib)."
fi
if not win32 ; then
test "$_x11" != yes && die "X11 support required for GUI compilation."