Skip to content

Commit 0058102

Browse files
authored
Merge pull request #192 from Wolf3s/libFLAC
Add libFLAC
2 parents 2405d30 + 7ff8c5a commit 0058102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-cmakelibs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ $FETCH v1.5.2 https://github.com/xiph/opus.git &
8989
# till they release a new version with cmake compatibility
9090
# we need to clone whole repo because it uses `git describe --tags` for version info
9191
$FETCH cf218fb54929a1f54e30e2cb208a22d08b08c889 https://github.com/xiph/opusfile.git true &
92+
$FETCH 1.5.0 https://github.com/xiph/flac.git true &
9293
# We need to clone the whole repo and point to the specific hash for now,
9394
# till they release a new version with cmake compatibility
9495
$FETCH d1b97ed0020bc620a059d3675d1854b40bd2608d https://github.com/Konstanty/libmodplug.git &
@@ -184,6 +185,7 @@ CFLAGS="-DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DNO_WRITEV" build_ee curl -DENABLE
184185
build_ee libxmp -DBUILD_SHARED=OFF
185186
build_ee opus
186187
build_ee opusfile -DOP_DISABLE_HTTP=ON -DOP_DISABLE_DOCS=ON -DOP_DISABLE_EXAMPLES=ON
188+
build_ee flac -DCMAKE_BUILD_TYPE=Release -DBUILD_PROGRAMS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DBUILD_DOCS=OFF -DINSTALL_MANPAGES=OFF -DCMAKE_C_FLAGS='-Wno-incompatible-pointer-types'
187189
build_ee libmodplug -DCMAKE_POLICY_VERSION_MINIMUM=3.5
188190
build_ee mikmod/libmikmod -DENABLE_SHARED=0 -DENABLE_DOC=OFF
189191
build_ee jsoncpp -DBUILD_OBJECT_LIBS=OFF -DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5

0 commit comments

Comments
 (0)