Mercurial > mplayer.hg
changeset 34744:1088768591a5
The new zerocodec in libavcodecs depends on zlib.
Disable it when zlib is not present.
Problem found by spaam on irc.
author | iive |
---|---|
date | Sun, 25 Mar 2012 12:21:41 +0000 |
parents | e48eefbb92d2 |
children | 56ae910c2d34 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 24 20:24:44 2012 +0000 +++ b/configure Sun Mar 25 12:21:41 2012 +0000 @@ -6070,7 +6070,7 @@ mplayer_encoders="$mplayer_encoders PNG_ENCODER" else def_zlib='#define CONFIG_ZLIB 0' - libavdecoders=$(echo $libavdecoders | sed -e s/FLASHSV_DECODER// -e s/FLASHSV2_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/ZLIB_DECODER// -e s/DXA_DECODER// -e s/TSCC_DECODER//) + libavdecoders=$(echo $libavdecoders | sed -e s/FLASHSV_DECODER// -e s/FLASHSV2_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/ZLIB_DECODER// -e s/DXA_DECODER// -e s/TSCC_DECODER// -e s/ZEROCODEC_DECODER) libavencoders=$(echo $libavencoders | sed -e s/FLASHSV_ENCODER// -e s/FLASHSV2_DECODER// -e s/FLASHSV2_ENCODER// -e s/PNG_ENCODER// -e s/ZMBV_ENCODER// -e s/ZLIB_ENCODER//) fi echores "$_zlib"