Mention that libavc png decoder depends on zlib

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24571 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-09-18 12:08:24 +00:00
parent f5656d7017
commit b2a9d6aa1b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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