cog/ThirdParty/fdk-aac
Christopher Snowhill abf80c19ac Move static and dynamic libaries to archive
Please remember to unpack the archive before building, and
if it is updated by a future version.
2022-06-24 17:04:57 -07:00
..
include/fdk-aac libfdk-aac: Oops, forgot to enable optimization 2022-01-13 16:13:12 -08:00
README.md libfdk-aac: Update README.md with optimization flags 2022-01-13 17:21:05 -08:00

README.md

This was built with my modified FDK-AAC from:

https://gitlab.com/kode54/fdk-aac.git

Which was only slightly modified from upstream from here:

https://github.com/mstorsjo/fdk-aac.git

Using the following commandline:

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 make -j8 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