python/libs: upgrade Opus to 1.1.3

This commit is contained in:
Max Kellermann 2016-08-02 19:18:59 +02:00
parent 2777a23672
commit 2dc6c4a496
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.2.tar.gz',
'1f08a661bc72930187893a07f3741a91',
'http://downloads.xiph.org/releases/opus/opus-1.1.3.tar.gz',
'32bbb6b557fe1b6066adc0ae1f08b629',
'lib/libopus.a',
['--disable-shared', '--enable-static'],
)