summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-29 21:14:16 +0100
committerMax Kellermann <max@musicpd.org>2016-12-29 21:46:13 +0100
commit13dab13319857cdc1e5f71c04cb28af3cc2c1b80 (patch)
treee389775199977177576c28a108a7d99cea2b180b /python
parentc623aa0f06118ee5f1b6d6dcf21b207cf4d6fefb (diff)
python/build/libs: upgrade FFmpeg to 3.2.2
Diffstat (limited to 'python')
-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 ae399cc26..eb03322e5 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -58,8 +58,8 @@ libmad = AutotoolsProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-3.1.5.tar.xz',
- 'a09f7730ceeb665c6f7da0b884dd00f9',
+ 'http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.xz',
+ '3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',