Mercurial > mplayer.hg
changeset 15342:9080d5651489
5l to me, i didn't notice the extra quotes breaking things
author | rfelker |
---|---|
date | Wed, 04 May 2005 17:02:14 +0000 |
parents | ca5d4c1301c7 |
children | 652a50b47214 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed May 04 16:06:07 2005 +0000 +++ b/configure Wed May 04 17:02:14 2005 +0000 @@ -1611,7 +1611,7 @@ --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 ;;