[MPlayer-cvslog] r24571 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Sep 18 14:08:24 CEST 2007
Author: reimar
Date: Tue Sep 18 14:08:24 2007
New Revision: 24571
Log:
Mention that libavc png decoder depends on zlib
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Sep 18 14:08:24 2007
@@ -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."
More information about the MPlayer-cvslog
mailing list