Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-06-21 08:10:23 +02:00 committed by GitHub
parent fc05ed52b1
commit 3f53de0b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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