From c3f769dbfcdce32f1d496f8daf129d8b909cf148 Mon Sep 17 00:00:00 2001 From: Nomis101 Date: Thu, 29 Aug 2019 21:59:01 +0200 Subject: contrib: Fix some configure-related warnings. --- contrib/libopus/module.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/libopus') diff --git a/contrib/libopus/module.defs b/contrib/libopus/module.defs index 66dc56a55..8b64294d2 100644 --- a/contrib/libopus/module.defs +++ b/contrib/libopus/module.defs @@ -8,4 +8,8 @@ LIBOPUS.FETCH.sha256 = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398 LIBOPUS.CONFIGURE.shared = --enable-shared=no LIBOPUS.CONFIGURE.extra = --disable-doc --disable-extra-programs +# Suppress a warning given by opus_decoder.c that tells us +# optimizations are turned off. +LIBOPUS.GCC.args.extra += -DOPUS_WILL_BE_SLOW + LIBOPUS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -fiv; -- cgit v1.2.3