diff options
author | Nomis101 <[email protected]> | 2019-08-29 21:59:01 +0200 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-09-07 21:51:33 -0400 |
commit | c3f769dbfcdce32f1d496f8daf129d8b909cf148 (patch) | |
tree | e520c2b7e6e7ceaaa7a75ec7630046763f65a86b /contrib/libopus | |
parent | b61c16e52283e38b65b44c4abf9448efcfc0006d (diff) |
contrib: Fix some configure-related warnings.
Diffstat (limited to 'contrib/libopus')
-rw-r--r-- | contrib/libopus/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
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; |