From 736d983614fe6f16ce23d41acd2959723b5849d7 Mon Sep 17 00:00:00 2001 From: rfelker Date: Wed, 4 May 2005 17:02:14 +0000 Subject: [PATCH] 5l to me, i didn't notice the extra quotes breaking things git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15343 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3eebc62f93..1be8cfa4ec 100755 --- a/configure +++ b/configure @@ -1611,7 +1611,7 @@ for ac_option do --enable-amr_wb) _amr_wb=yes ;; --disable-amr_wb) _amr_wb=no ;; --enable-codec=*) _libavcodecs="$_libavcodecs `echo $ac_option | cut -d '=' -f 2`" ;; - --disable-codec=*) _libavcodecs="`echo $_libavcodecs | sed "s/\`echo $ac_option | cut -d '=' -f 2\`//g"`" ;; + --disable-codec=*) _libavcodecs=`echo $_libavcodecs | sed "s/\`echo $ac_option | cut -d '=' -f 2\`//g"` ;; --enable-libavformat) _libavformat=yes;; --disable-libavformat) _libavformat=no ;; --enable-libfame) _fame=yes ;;