[MPlayer-cvslog] r36887 - trunk/configure
ib
subversion at mplayerhq.hu
Wed Feb 19 17:11:13 CET 2014
Author: ib
Date: Wed Feb 19 17:11:13 2014
New Revision: 36887
Log:
configure: Prettify code for PNG_DECODER test.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Feb 19 17:02:03 2014 (r36886)
+++ trunk/configure Wed Feb 19 17:11:13 2014 (r36887)
@@ -7788,10 +7788,11 @@ if test "$_gui" = yes ; then
# Required libraries
test "$ffmpeg" != yes && die "The GUI requires FFmpeg."
- test "$ffmpeg_so" = yes || case "$libavdecoders" in
- *PNG_DECODER*) ;;
- *) die "The GUI requires libavcodec with PNG support (needs zlib)." ;;
- esac
+ test "$ffmpeg_so" = yes ||
+ case "$libavdecoders" in
+ *PNG_DECODER*) ;;
+ *) die "The GUI requires libavcodec with PNG support (needs zlib)." ;;
+ esac
test "$_freetype" = no && test "$_bitmap_font" = no &&
die "The GUI requires either FreeType or bitmap font support."
More information about the MPlayer-cvslog
mailing list