fdk_aac, disable static library (#8270)

This commit is contained in:
Schrijvers Luc
2023-04-04 11:16:34 +02:00
committed by GitHub
parent e15b959da7
commit ec6fefa1b3

View File

@@ -5,7 +5,7 @@ encoding and decoding scheme for digital audio."
HOMEPAGE="https://sourceforge.net/projects/opencore-amr"
COPYRIGHT="1995-2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."
LICENSE="Fraunhofer FDK AAC Codec"
REVISION="2"
REVISION="3"
SOURCE_URI="https://downloads.sourceforge.net/opencore-amr/fdk-aac/fdk-aac-$portVersion.tar.gz"
CHECKSUM_SHA256="c9e8630cf9d433f3cead74906a1520d2223f89bcd3fa9254861017440b8eb22f"
SOURCE_DIR="fdk-aac-$portVersion"
@@ -53,7 +53,8 @@ defineDebugInfoPackage fdk_aac$secondaryArchSuffix \
BUILD()
{
runConfigure ./configure --enable-shared
runConfigure ./configure --enable-shared \
--disable-static
make $jobArgs
}