summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 17:02:14 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 17:02:14 +0000
commit736d983614fe6f16ce23d41acd2959723b5849d7 (patch)
treeae101bb71932fd653718af8848f20d073dc64d74 /configure
parent9eb37b7c2d283b3c7706503d0b31cc243f0da559 (diff)
downloadmpv-736d983614fe6f16ce23d41acd2959723b5849d7.tar.bz2
mpv-736d983614fe6f16ce23d41acd2959723b5849d7.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 ;;