Mercurial > mplayer.hg
changeset 15341:ca5d4c1301c7
remove nonportable and replace with proper quoting
author | rfelker |
---|---|
date | Wed, 04 May 2005 16:06:07 +0000 |
parents | 8ed41ceead06 |
children | 9080d5651489 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed May 04 15:39:49 2005 +0000 +++ b/configure Wed May 04 16:06:07 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 ;;