Updated libFLAC to version 1.3.4
Updated the FLAC library to what is the official release of 1.3.4, although I already had all the commits from that version prior to this update. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
90ed02302e
commit
d70e1da126
2 changed files with 7 additions and 5 deletions
12
ThirdParty/flac/README.md
vendored
12
ThirdParty/flac/README.md
vendored
|
@ -1,18 +1,20 @@
|
|||
Build with CMake, using the following options:
|
||||
|
||||
```
|
||||
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12" -DBUILD_SHARED_LIBS=ON
|
||||
cmake build-x86 -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12" -DBUILD_SHARED_LIBS=ON
|
||||
cmake build-arm -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="11.0" -DBUILD_SHARED_LIBS=ON
|
||||
```
|
||||
|
||||
|
||||
And some minor tweaks with `install_name_tool -id` to make sure that the
|
||||
resulting libFLAC.8.dylib referred to itself with @rpath and not full
|
||||
paths of the build directory.
|
||||
paths of the build directory, and imported libogg.0.dylib with an @rpath.
|
||||
|
||||
Version v1.3.1-101-g66d060c7 was used from the following repository:
|
||||
Version 1.3.4-0-g1151c93e was used from the following repository:
|
||||
|
||||
https://github.com/xiph/flac.git
|
||||
|
||||
A single patch was used, and is included. Affects x86_64, but not arm64.
|
||||
|
||||
Also, x86_64 had to be built separately to enable the intrinsic
|
||||
optimizations. Oops.
|
||||
x86_64 and arm64 were built separately, to allow for intrinsic functions
|
||||
to be used for x86_64.
|
BIN
ThirdParty/flac/lib/libFLAC.8.dylib
vendored
BIN
ThirdParty/flac/lib/libFLAC.8.dylib
vendored
Binary file not shown.
Loading…
Reference in a new issue