diff options
author | Max Kellermann <max@musicpd.org> | 2017-12-11 19:00:22 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-12-11 19:00:22 +0100 |
commit | 177d62f431bd8261bf7629fd683632185f09aa55 (patch) | |
tree | ba905f77909b79012d96531ebf1f234ccebeb635 /python | |
parent | 5a11e03725ce31f0486495c5cd747c33138cd775 (diff) |
python/build/libs: upgrade FFmpeg to 3.4.1
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 0dd950dbf..fd282ffdc 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -69,8 +69,8 @@ liblame = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.3.3.tar.xz', - 'd2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e', + 'http://ffmpeg.org/releases/ffmpeg-3.4.1.tar.xz', + '5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |