summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-08-24 08:59:12 +0200
committerMax Kellermann <max@musicpd.org>2017-08-24 09:06:15 +0200
commitbf8d2f93d225b601f2c7fd6ce5c27a8da4288de8 (patch)
tree2bf6af370343671afff912d96dc26aad3c63bdc4 /python
parent07d8259ad63e8218db05d700cba79af00752e952 (diff)
python/build/libs: upgrade FFmpeg to 3.3.3
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 8ac96f040..399ed4aae 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -69,8 +69,8 @@ liblame = AutotoolsProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-3.3.2.tar.xz',
- '1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785',
+ 'http://ffmpeg.org/releases/ffmpeg-3.3.3.tar.xz',
+ 'd2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',