diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-24 10:47:46 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-24 10:47:46 +0100 |
commit | a7582aaf15c33cc098ad59369fc843e82a7e1d1f (patch) | |
tree | 12ed2e17c71099ef662fa7208f7eb5aaa35b1d3e /python | |
parent | c5c1c64a81baf737656647c0db601e5f85d63858 (diff) |
python/build/libs.py: update FFmpeg to 3.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 59aa103b9..43c2c4fb1 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -100,8 +100,8 @@ liblame = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.4.1.tar.xz', - '5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0', + 'http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz', + '2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |