2022-06-25 12:10:33 +00:00
|
|
|
This package was built with version 2.0.2, with the included patches applied.
|
2022-01-13 12:11:38 +00:00
|
|
|
|
2022-06-25 12:10:33 +00:00
|
|
|
https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz
|
2022-01-13 12:11:38 +00:00
|
|
|
|
|
|
|
Using the following commandline:
|
|
|
|
|
2022-01-14 01:21:05 +00:00
|
|
|
env CFLAGS="-Os -arch x86_64 -arch arm64 -fPIC -isysroot $(xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.12" CXXFLAGS="-Os -arch x86_64 -arch arm64 -fPIC -isysroot $(xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.12" LDFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.12" ./configure --prefix=$(COG_REPO_DIR)/ThirdParty/fdk-aac
|
2022-01-13 12:11:38 +00:00
|
|
|
make -j8
|
2022-01-14 00:39:25 +00:00
|
|
|
make install
|
|
|
|
|
|
|
|
Then I update the id path in the resulting dylib:
|
|
|
|
|
|
|
|
install_name_tool -id @rpath/libfdk-aac.2.dylib libfdk-aac.2.dylib
|