From 811cabf8a9687541a41fbc0e7cec07a0522c5036 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Aug 2017 09:00:25 +0200 Subject: [PATCH] python/libs: upgrade Opus to 1.2.1 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 399ed4aae..ee4c82b72 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -19,8 +19,8 @@ libvorbis = AutotoolsProject( ) opus = AutotoolsProject( - 'http://downloads.xiph.org/releases/opus/opus-1.1.4.tar.gz', - '9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692', + 'https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz', + 'cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732', 'lib/libopus.a', ['--disable-shared', '--enable-static'], )