summaryrefslogtreecommitdiffstats
path: root/contrib/libopus/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libopus/module.defs')
-rw-r--r--contrib/libopus/module.defs4
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;