summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-06-22 22:35:27 +0200
committerMax Kellermann <max@musicpd.org>2018-06-22 22:35:27 +0200
commit7d6a7628455ff7a61d139f7643f1d8e4f9938e87 (patch)
tree9e9ece50fd4b59c2f2e44b3a28d66b1d09ca781a /python
parent8dcb1f805d39efef31ea63d5c42af9eb6263712f (diff)
python/build/libs.py: upgrade FFmpeg to 4.0.1
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 a0818376a..2c47dddb7 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -112,8 +112,8 @@ liblame = AutotoolsProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-4.0.tar.xz',
- 'ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f',
+ 'http://ffmpeg.org/releases/ffmpeg-4.0.1.tar.xz',
+ '605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',