mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 00:06:56 +00:00
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
This commit is contained in:
parent
9eb37b7c2d
commit
736d983614
2
configure
vendored
2
configure
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user