Commit 13bc15c0 authored by Max Kellermann's avatar Max Kellermann

python/libs: upgrade opus to 1.1.1

parent cb1e6442
...@@ -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.tar.gz', 'http://downloads.xiph.org/releases/opus/opus-1.1.1.tar.gz',
'c5a8cf7c0b066759542bc4ca46817ac6', 'cfb354d4c65217ca32a762f8ab15f2ac',
'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