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
1 changed files with 2 additions and 2 deletions

View File

@ -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'],
)