diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-29 18:29:48 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-29 18:29:48 +0200 |
commit | b1e073bacdab30095afac7b96d725ff72605e676 (patch) | |
tree | d5f6269d219d130e8340b736f945c2271d50a26c /python | |
parent | 501e48dabae9ae87500fcb8de60beee810a922e9 (diff) |
python/build/libs.py: upgrade FFmpeg to 4.0.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 aa152c35e..f94d9eb71 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.0.1.tar.xz', - '605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee', + 'http://ffmpeg.org/releases/ffmpeg-4.0.2.tar.xz', + 'a95c0cc9eb990e94031d2183f2e6e444cc61c99f6f182d1575c433d62afb2f97', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |