From 02a97b59856c2a22f3786adedc17251fb9092468 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Apr 2016 08:35:06 +0200 Subject: [PATCH] python/libs: upgrade opus to 1.1.2 --- 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 c3ed1eff9..5a775b8cf 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.1.tar.gz', - 'cfb354d4c65217ca32a762f8ab15f2ac', + 'http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz', + '1f08a661bc72930187893a07f3741a91', 'lib/libopus.a', ['--disable-shared', '--enable-static'], )