summaryrefslogtreecommitdiff
path: root/python/build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-17 18:39:25 +0200
committerMax Kellermann <max@musicpd.org>2021-05-17 18:42:05 +0200
commit365b798f330aa5dd7680844bd94980943801f926 (patch)
tree48b7cc4353a67fb76a4728e1c76fdfa6e999cbb5 /python/build
parent6f51d910eeef161b9e1a09406cf7e219341d8161 (diff)
python/build/libs.py: update FFmpeg to 4.4
Diffstat (limited to 'python/build')
-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 56e3a29c4..a4e3a8f1b 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -150,8 +150,8 @@ gme = CmakeProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz',
- 'ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb',
+ 'http://ffmpeg.org/releases/ffmpeg-4.4.tar.xz',
+ '06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',