summaryrefslogtreecommitdiff
path: root/python/build/libs.py
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-07-20 12:37:15 +0200
committerMax Kellermann <max@musicpd.org>2020-07-20 12:37:16 +0200
commit587c0f6232e21d71b53c5ab7eec87b431bb1c70e (patch)
tree1d878bd6779917c285534501b8e971e87b9c2143 /python/build/libs.py
parent64e8abf203893c97cf7ecd94dda8c8dddcc56310 (diff)
python/build/libs.py: update FFmpeg to 4.3.1
Diffstat (limited to 'python/build/libs.py')
-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 67e4e72e4..afeefa51a 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -148,8 +148,8 @@ gme = CmakeProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz',
- '9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31',
+ 'http://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz',
+ 'ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',