From 539139e46b97347bf50d3af7e363a0ccdb35e98f Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 18 Mar 2022 12:19:23 +0100 Subject: [PATCH] Update build.sh --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8be1b21..62e97f8 100644 --- a/build.sh +++ b/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 {