summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-14 11:30:23 +0100
committerMax Kellermann <max@musicpd.org>2018-11-14 11:50:51 +0100
commit464a4cbeec294c6b64a0ab6b50d470cb0595a944 (patch)
tree61fd8e276d5e89dbb4b7c34f5e6a6610f23f0933 /python
parent9f0cbf418a5628e39fdf3f0e9140fa913b5de55c (diff)
python/build/libs.py: upgrade FFmpeg to 4.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 1cd013f7c..5fba67c41 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.2.tar.xz',
- 'a95c0cc9eb990e94031d2183f2e6e444cc61c99f6f182d1575c433d62afb2f97',
+ 'http://ffmpeg.org/releases/ffmpeg-4.1.tar.xz',
+ 'a38ec4d026efb58506a99ad5cd23d5a9793b4bf415f2c4c2e9c1bb444acd1994',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',