summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-06-29 12:12:54 -0400
committerBradley Sepos <[email protected]>2017-06-29 12:13:15 -0400
commit6554c6ab25f0968c722c6a4e1e1f029b7c874a69 (patch)
tree43124505209e96669dbb50ca46215ad58d87067f
parenteb56fbecb9d3b249df1de801ace5141a8d5178ed (diff)
contrib: Update to libopus 1.2.1.
Closes #799.
-rw-r--r--contrib/libopus/module.defs8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/libopus/module.defs b/contrib/libopus/module.defs
index 87a5458cc..8e0106742 100644
--- a/contrib/libopus/module.defs
+++ b/contrib/libopus/module.defs
@@ -1,11 +1,9 @@
$(eval $(call import.MODULE.defs,LIBOPUS,libopus))
$(eval $(call import.CONTRIB.defs,LIBOPUS))
-LIBOPUS.FETCH.url = https://download.handbrake.fr/contrib/opus-1.1.3.tar.gz
-LIBOPUS.FETCH.url += http://downloads.xiph.org/releases/opus/opus-1.1.3.tar.gz
-LIBOPUS.FETCH.sha256 = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633
+LIBOPUS.FETCH.url = https://download.handbrake.fr/contrib/opus-1.2.1.tar.gz
+LIBOPUS.FETCH.url += https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz
+LIBOPUS.FETCH.sha256 = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
LIBOPUS.CONFIGURE.shared = --enable-shared=no
LIBOPUS.CONFIGURE.extra = --disable-doc --disable-extra-programs
-
-LIBOPUS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv;