diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-17 15:19:00 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-17 15:19:00 +0100 |
commit | 7059215795569ac95fea0fff11a368daff4dee4a (patch) | |
tree | a8157e061c741449acb53765cf1e4c8d9577b6d7 /python | |
parent | 2190cc7927c7b354cf434d04f8c228507ea2b4bd (diff) |
python/build/libs.py: update FFmpeg to 4.2.2
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 24cc8659c..301d7beff 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.1.tar.xz', - 'cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4', + 'http://ffmpeg.org/releases/ffmpeg-4.2.2.tar.xz', + 'cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |