From 13bc15c05dab1878daa0c480d3bc34fb789e49fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Dec 2015 00:06:30 +0100 Subject: [PATCH] python/libs: upgrade opus to 1.1.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 04b463d7b..3dc5ba868 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.tar.gz', - 'c5a8cf7c0b066759542bc4ca46817ac6', + 'http://downloads.xiph.org/releases/opus/opus-1.1.1.tar.gz', + 'cfb354d4c65217ca32a762f8ab15f2ac', 'lib/libopus.a', ['--disable-shared', '--enable-static'], )