changeset 27915:023b92fbe684

100l, missing ' s' in sed command, probably caused all decoders to be disabled when zlib is not available.
author reimar
date Mon, 17 Nov 2008 18:20:20 +0000
parents 2387b30a1d10
children 230788e5d473
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Nov 17 15:25:33 2008 +0000
+++ b/configure	Mon Nov 17 18:20:20 2008 +0000
@@ -5837,7 +5837,7 @@
   _ld_extra="$_ld_extra -lz"
 else
   _def_zlib='#undef CONFIG_ZLIB'
-  _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/DXA_DECODER// -e/TSCC_DECODER// `
+  _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/DXA_DECODER// -e s/TSCC_DECODER// `
   _libavencoders=`echo $_libavencoders | sed -e s/FLASHSV_ENCODER// -e s/PNG_ENCODER// -e s/ZMBV_ENCODER// `
 fi
 echores "$_zlib"