summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-22 12:09:35 +0100
committerMax Kellermann <max@musicpd.org>2019-02-22 12:09:35 +0100
commit1fe3a77640018a2d0603d464030aa904f77cd269 (patch)
treead5c9478e20f5086b29895881239fba15e7dbe5d /python
parentbbaeea1ab7e512531ce846721722b5fc708a22c9 (diff)
python/build/libs.py: upgrade FFmpeg to 4.1.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 16b94fad5..6f83e2cf1 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.1.tar.xz',
- 'a38ec4d026efb58506a99ad5cd23d5a9793b4bf415f2c4c2e9c1bb444acd1994',
+ 'http://ffmpeg.org/releases/ffmpeg-4.1.1.tar.xz',
+ '373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',