Update build.sh
This commit is contained in:
parent
570981a779
commit
539139e46b
5
build.sh
5
build.sh
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user