diff options
author | Max Kellermann <max@musicpd.org> | 2016-10-26 11:33:35 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-10-26 17:00:17 +0200 |
commit | ea62bc0bb2f8e70d1e2eb70267da7ee9f82da7b1 (patch) | |
tree | 1834e24d16384fde0f2bd43d356221b68ba726e6 /python/build/libs.py | |
parent | 8380c3be02726c68d30bdcb7262bf1655f4d4558 (diff) |
python/libs: upgrade FFmpeg to 3.1.5
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 b12b019b6..33f15832f 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -58,8 +58,8 @@ libmad = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.1.1.tar.xz', - '4ba7033da5d9ac4d0391516c7e5d97e4', + 'http://ffmpeg.org/releases/ffmpeg-3.1.5.tar.xz', + 'a09f7730ceeb665c6f7da0b884dd00f9', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |