From 71b1da1eea04257a4deaf59bb255db89a2541993 Mon Sep 17 00:00:00 2001 From: voroshil Date: Sat, 17 Mar 2007 03:05:44 +0000 Subject: 10l: omitted '-e' in my r22630 commit. Patch from Robert Henney robh at rut dot org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22674 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3