summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 11:48:11 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 11:48:11 +0000
commita5f9e0f2bc1f3f70cb8d233fc3fc5bbede977786 (patch)
tree245f0b813db4d055288fff8c60f2753c2e2eda12 /configure
parentc08824ad3e9097338293a13bdd599a5859ec20e2 (diff)
downloadmpv-a5f9e0f2bc1f3f70cb8d233fc3fc5bbede977786.tar.bz2
mpv-a5f9e0f2bc1f3f70cb8d233fc3fc5bbede977786.tar.xz
libavcodec's DXA decoder is dependent on zlib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22630 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 55acff326a..71ec91cdd2 100755
--- a/configure
+++ b/configure
@@ -7404,7 +7404,7 @@ _libs_mplayer=$_ld_tmp
#############################################################################
# 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