Mercurial > mplayer.hg
comparison configure @ 24551:925b7145748d
Mention that libavc png decoder depends on zlib
author | reimar |
---|---|
date | Tue, 18 Sep 2007 12:08:24 +0000 |
parents | 2691e7bf5544 |
children | e4a38a7cdb81 |
comparison
equal
deleted
inserted
replaced
24550:7b874518ea41 | 24551:925b7145748d |
---|---|
7116 if test "$_gui" = yes ; then | 7116 if test "$_gui" = yes ; then |
7117 | 7117 |
7118 # Required libraries | 7118 # Required libraries |
7119 if test "$_libavcodec" != yes || | 7119 if test "$_libavcodec" != yes || |
7120 not "echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1" ; then | 7120 not "echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1" ; then |
7121 die "The GUI requires libavcodec with PNG support." | 7121 die "The GUI requires libavcodec with PNG support (needs zlib)." |
7122 fi | 7122 fi |
7123 if not win32 ; then | 7123 if not win32 ; then |
7124 test "$_x11" != yes && die "X11 support required for GUI compilation." | 7124 test "$_x11" != yes && die "X11 support required for GUI compilation." |
7125 | 7125 |
7126 echocheck "XShape extension" | 7126 echocheck "XShape extension" |