[MPlayer-cvslog] r37816 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Feb 28 14:39:43 CET 2016


Author: reimar
Date: Sun Feb 28 14:39:42 2016
New Revision: 37816

Log:
configure: Fix compilation when zlib is missing.

APNG and a few other decoders also cannot be enabled without it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Feb 28 13:49:33 2016	(r37815)
+++ trunk/configure	Sun Feb 28 14:39:42 2016	(r37816)
@@ -6464,8 +6464,8 @@ if test "$_zlib" = yes ; then
   mplayer_encoders="$mplayer_encoders PNG_ENCODER"
 else
   def_zlib='#define CONFIG_ZLIB 0'
-  libavdecoders=$(filter_out_component decoder 'FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M TSCC ZEROCODEC')
-  libavencoders=$(filter_out_component encoder 'FLASHSV FLASHSV2 PNG ZMBV ZLIB')
+  libavdecoders=$(filter_out_component decoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M RSCC SCREENPRESSO TDSC TSCC ZEROCODEC')
+  libavencoders=$(filter_out_component encoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB')
 fi
 echores "$_zlib"
 


More information about the MPlayer-cvslog mailing list