Mercurial > mplayer.hg
changeset 24551:925b7145748d
Mention that libavc png decoder depends on zlib
author | reimar |
---|---|
date | Tue, 18 Sep 2007 12:08:24 +0000 |
parents | 7b874518ea41 |
children | c9c2e550a449 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Sep 18 10:56:29 2007 +0000 +++ b/configure Tue Sep 18 12:08:24 2007 +0000 @@ -7118,7 +7118,7 @@ # 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."