Skip to content

Commit 0091924

Browse files
committed
opusfile: Add patch to not use c89 if mingw
Fixes #1573
1 parent 2a716c4 commit 0091924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/media-suite_compile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,8 @@ if [[ $standalone = y ]] && enabled libopus; then
733733
_deps=(opus.pc "$MINGW_PREFIX"/lib/pkgconfig/{libssl,ogg}.pc)
734734
if do_vcs "https://github.com/xiph/opusfile.git"; then
735735
do_uninstall "${_check[@]}"
736-
do_patch "https://gist.githubusercontent.com/1480c1/c3f32033ad4a07264e2063f0fb38fc1b/raw/0001-Disable-cert-store-integration-if-OPENSSL_VERSION_NU.patch" am
736+
do_patch "https://gist.githubusercontent.com/1480c1/beb86dbd8f79e3c1e06d6e9053804f52/raw/0001-Disable-cert-store-integration-if-OPENSSL_VERSION_NU.patch" am
737+
do_patch "https://gist.githubusercontent.com/1480c1/beb86dbd8f79e3c1e06d6e9053804f52/raw/0002-configure-Only-add-std-c89-if-not-mingw-because-of-c.patch" am
737738
do_autogen
738739
do_separate_confmakeinstall --disable-{examples,doc}
739740
do_checkIfExist

0 commit comments

Comments
 (0)