summaryrefslogtreecommitdiff
path: root/python/build/libs.py
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-27 08:47:58 +0100
committerMax Kellermann <max@musicpd.org>2017-01-27 08:47:58 +0100
commit5bd322bdcf960bc551e05ccc0f934c1031ce6bad (patch)
tree38ef9d0ce6a8fd5aa30bfbf51217ea1a171f6d12 /python/build/libs.py
parentbb097109f0d3cc8d7b2fc91a8196d7975022b104 (diff)
python/libs: upgrade Opus to 1.1.4
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 68beb78c6..54f292578 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.3.tar.gz',
- '32bbb6b557fe1b6066adc0ae1f08b629',
+ 'http://downloads.xiph.org/releases/opus/opus-1.1.4.tar.gz',
+ '9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692',
'lib/libopus.a',
['--disable-shared', '--enable-static'],
)