cog/ThirdParty/vorbis
Christopher Snowhill f071d3e90c Build several libraries out of tree now
Building libogg, libvorbis, libvorbisfile, libFLAC, libopus, and
libopusfile out of tree, to utilize their projects' CMake build scripts,
and also enable any platform optimizations that may have been missing.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-15 00:26:55 -08:00
..
include/vorbis Build several libraries out of tree now 2022-02-15 00:26:55 -08:00
lib Build several libraries out of tree now 2022-02-15 00:26:55 -08:00
README.md Build several libraries out of tree now 2022-02-15 00:26:55 -08:00

README.md

Build with CMake, using the following options:

cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12" -DBUILD_SHARED_LIBS=ON

And some minor tweaks with install_name_tool -id to make sure that the resulting libvorbis.0.dylib and libvorbisfile.3.dylib referred to themselves with @rpath and not full paths of the build directory.

Version v1.3.7-10-g84c02369 was used from the following repository:

https://github.com/xiph/vorbis.git