diff options
author | Max Kellermann <max@musicpd.org> | 2020-05-26 18:54:55 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-05-26 18:54:56 +0200 |
commit | 03b9bd3a9e51b5ea36099d79ae69edc9cab6c6f6 (patch) | |
tree | 60b866b551c929f780ff913c0000bcfca34ebac9 /python | |
parent | 61aed60f6d26560203d9d501138d9bf938ec3323 (diff) |
python/build/libs.py: update FFmpeg to 4.2.3
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index 0063e220c..0af17b303 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.2.2.tar.xz', - 'cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c', + 'http://ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz', + '9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |