diff configure @ 22612:8c47e35351a4

libavcodec's DXA decoder is dependent on zlib
author voroshil
date Fri, 16 Mar 2007 11:48:11 +0000
parents 1765c6c02f21
children 795791668295
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