Commit 02a97b59 authored by Max Kellermann's avatar Max Kellermann

python/libs: upgrade opus to 1.1.2

parent b9805450
...@@ -19,8 +19,8 @@ libvorbis = AutotoolsProject( ...@@ -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'],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment