Skip to content

Commit 5023575

Browse files
authored
Fix theora compilation
1 parent 49d20d5 commit 5023575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cmakelibs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ build_ee opusfile -DOP_DISABLE_HTTP=ON -DOP_DISABLE_DOCS=ON -DOP_DISABLE_EXAMPLE
178178
build_ee libmodplug
179179
build_ee mikmod/libmikmod -DENABLE_SHARED=0 -DENABLE_DOC=OFF
180180
build_ee jsoncpp -DBUILD_OBJECT_LIBS=OFF -DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
181-
build_ee theora
181+
CFLAGS="-Wno-implicit-function-declaration" build_ee theora -DHAVE_STRING_H=ON
182182

183183
# libtiff and libtiff_ps2_addons is mandatory for gsKit
184184
CFLAGS="-Dlfind=bsearch" build_ee libtiff -Dtiff-tools=OFF -Dtiff-tests=OFF

0 commit comments

Comments
 (0)