mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
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:
parent
f5656d7017
commit
b2a9d6aa1b
2
configure
vendored
2
configure
vendored
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user