Mercurial > mplayer.hg
changeset 22612:8c47e35351a4
libavcodec's DXA decoder is dependent on zlib
author | voroshil |
---|---|
date | Fri, 16 Mar 2007 11:48:11 +0000 |
parents | bdd28b382a43 |
children | f76208fe4b3e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Mar 16 00:02:28 2007 +0000 +++ b/configure Fri Mar 16 11:48:11 2007 +0000 @@ -7404,7 +7404,7 @@ ############################################################################# # Take care of ffmpeg dependencies if test "$_zlib" = no ; then - _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// ` + _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// s/DXA_DECODER// ` _libavencoders=`echo $_libavencoders | sed -e s/FLASHSV_ENCODER// -e s/PNG_ENCODER// -e s/ZMBV_ENCODER// ` fi if test "$_amr_nb" = no && test "$_amr_nb_fixed" = no ; then