From 2befef9aa0ae3f466bf84a723e706c1c707d7bc9 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 18 Jun 2018 18:39:30 +0200 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 0f254b0..f47f782 100644 --- a/build.sh +++ b/build.sh @@ -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