summaryrefslogtreecommitdiff
path: root/python/build/libs.py
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-08-02 19:18:59 +0200
committerMax Kellermann <max@duempel.org>2016-08-02 19:18:59 +0200
commit2dc6c4a4964c518a7b228b684dda12848053d093 (patch)
treea79689681227870dbaa6e827942f2708d6908153 /python/build/libs.py
parent2777a23672dcea12f1b9abf2c137eab987660ece (diff)
python/libs: upgrade Opus to 1.1.3
Diffstat (limited to 'python/build/libs.py')
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 04a0a3c0e..b294165ce 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -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'],
)