Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-03-18 12:19:23 +01:00 committed by GitHub
parent 570981a779
commit 539139e46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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