We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d20d5 commit 5023575Copy full SHA for 5023575
build-cmakelibs.sh
@@ -178,7 +178,7 @@ build_ee opusfile -DOP_DISABLE_HTTP=ON -DOP_DISABLE_DOCS=ON -DOP_DISABLE_EXAMPLE
178
build_ee libmodplug
179
build_ee mikmod/libmikmod -DENABLE_SHARED=0 -DENABLE_DOC=OFF
180
build_ee jsoncpp -DBUILD_OBJECT_LIBS=OFF -DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
181
-build_ee theora
+CFLAGS="-Wno-implicit-function-declaration" build_ee theora -DHAVE_STRING_H=ON
182
183
# libtiff and libtiff_ps2_addons is mandatory for gsKit
184
CFLAGS="-Dlfind=bsearch" build_ee libtiff -Dtiff-tools=OFF -Dtiff-tests=OFF
0 commit comments