[MPlayer-cvslog] r37939 - trunk/configure

reimar subversion at mplayerhq.hu
Sat May 27 12:56:28 EEST 2017


Author: reimar
Date: Sat May 27 12:56:27 2017
New Revision: 37939

Log:
configure: Compile fix when zlib is not available.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun May  7 18:32:22 2017	(r37938)
+++ trunk/configure	Sat May 27 12:56:27 2017	(r37939)
@@ -6506,7 +6506,7 @@ if test "$_zlib" = yes ; then
   mplayer_encoders="$mplayer_encoders PNG_ENCODER"
 else
   def_zlib='#define CONFIG_ZLIB 0'
-  libavdecoders=$(filter_out_component decoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M RSCC SCREENPRESSO TDSC TSCC ZEROCODEC')
+  libavdecoders=$(filter_out_component decoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M MSCC 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