summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b7037fd205..3a9a7d0911 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// s/DXA_DECODER// `
+ _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e 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