python/libs: upgrade opus to 1.1.2

This commit is contained in:
Max Kellermann 2016-04-04 08:35:06 +02:00
parent b980545012
commit 02a97b5985

View File

@ -19,8 +19,8 @@ libvorbis = AutotoolsProject(
) )
opus = AutotoolsProject( opus = AutotoolsProject(
'http://downloads.xiph.org/releases/opus/opus-1.1.1.tar.gz', 'http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz',
'cfb354d4c65217ca32a762f8ab15f2ac', '1f08a661bc72930187893a07f3741a91',
'lib/libopus.a', 'lib/libopus.a',
['--disable-shared', '--enable-static'], ['--disable-shared', '--enable-static'],
) )