diff options
author | Max Kellermann <max@musicpd.org> | 2018-04-26 19:16:16 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-04-26 19:16:16 +0200 |
commit | 5c4169e64e8b6b86ebc7ca2de260e075fdf27f5f (patch) | |
tree | 9a612535602f46f2c9e383ded6d5ee75fd3542e0 /python/build/libs.py | |
parent | d40e9de2d2b82063853bebb87afce4e2199afa6e (diff) |
python/build/libs.py: upgrade FFmpeg to 4.0
Diffstat (limited to 'python/build/libs.py')
-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 c51465c31..c11be6188 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -105,8 +105,8 @@ liblame = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz', - '2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740', + 'http://ffmpeg.org/releases/ffmpeg-4.0.tar.xz', + 'ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |