Update build.sh

This commit is contained in:
Daniel Stankewitz 2018-06-18 18:39:30 +02:00 committed by GitHub
parent c7921e2737
commit 2befef9aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ function compile_x264 {
function compile_fdk-aac {
cd $SRC/fdk-aac
./autogen.sh
compile fdk-aac "--disable-static --enable-shared"
compile fdk-aac "--disable-static --disable-shared"
}
function compile_x265 {
@ -196,7 +196,7 @@ for file in *.a; do
mv "$file" "`basename "$file" .a`.lib"
done
rm -rf $BUILD/lib/pkgconfig
rm -rf $BUILD/lib/pkgconfig $BUILD/lib/fdk-aac.lib $BUILD/lib/libfdk-aac.la
# Build a package
cd $BUILD