diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 13:00:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 13:00:26 +0200 |
commit | 8f8ed8732783119008cbc3d3c6f0f8e2831e6d71 (patch) | |
tree | 2cc074bff42a9115473790f21722919e0d717963 /python | |
parent | 28a441c9771eed2c0fcefbab345f5882a573b6df (diff) |
python/build/libs: update FFmpeg to 4.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 3ef34dea5..b083984e2 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.3.tar.xz', - '0c3020452880581a8face91595b239198078645e7d7184273b8bcc7758beb63d', + 'http://ffmpeg.org/releases/ffmpeg-4.2.tar.xz', + '023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |