[MPlayer-cvslog] r37940 - trunk/configure

reimar subversion at mplayerhq.hu
Sun May 28 21:22:08 EEST 2017


Author: reimar
Date: Sun May 28 21:22:08 2017
New Revision: 37940

Log:
configure: one more fix for compile without zlib.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat May 27 12:56:27 2017	(r37939)
+++ trunk/configure	Sun May 28 21:22:08 2017	(r37940)
@@ -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 MSCC RSCC SCREENPRESSO TDSC TSCC ZEROCODEC')
+  libavdecoders=$(filter_out_component decoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M MSCC RSCC SCREENPRESSO SRGC 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