Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-03-14 14:31:33 +01:00 committed by GitHub
parent ddbeba9021
commit 74138e59e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ function build_libfdkaac {
} }
function build_lame { function build_lame {
svn co svn://svn.code.sf.net/p/lame/svn/trunk/lame $SRC/lame svn co svn://svn.code.sf.net/p/lame/svn/trunk/lame@6474 $SRC/lame
cd $SRC/lame cd $SRC/lame
build lame "--enable-nasm --disable-frontend --disable-shared --enable-static" build lame "--enable-nasm --disable-frontend --disable-shared --enable-static"
add_comp libmp3lame add_comp libmp3lame