Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-05-20 08:50:51 +02:00 committed by GitHub
parent 38241d8ad6
commit e0c329869d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ function build_libfdkaac {
build fdk-aac "--disable-static --disable-shared"
add_comp libfdk-aac
cd $SRC/ffmpeg
patch -N -p1 -i ../../patches/0001-dynamic-loading-of-shared-fdk-aac-library.patch
patch -N -p1 -i ../../patches/0003-dynamic-loading-of-shared-fdk-aac-library.patch
}
function build_lame {