mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
Add missing --enable-toolame and --enable-twolame parameters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18455 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5b51c08001
commit
74078c9bab
2
configure
vendored
2
configure
vendored
@ -1763,7 +1763,9 @@ for ac_option do
|
||||
--disable-openal) _openal=no ;;
|
||||
--enable-mad) _mad=yes ;;
|
||||
--disable-mad) _mad=no ;;
|
||||
--enable-toolame) _toolame=yes ;;
|
||||
--disable-toolame) _toolame=no ;;
|
||||
--enable-twolame) _twolame=yes ;;
|
||||
--disable-twolame) _twolame=no ;;
|
||||
--enable-libcdio) _libcdio=yes ;;
|
||||
--disable-libcdio) _libcdio=no ;;
|
||||
|
Loading…
Reference in New Issue
Block a user