diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-29 21:14:16 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-29 21:46:13 +0100 |
commit | 13dab13319857cdc1e5f71c04cb28af3cc2c1b80 (patch) | |
tree | e389775199977177576c28a108a7d99cea2b180b /python | |
parent | c623aa0f06118ee5f1b6d6dcf21b207cf4d6fefb (diff) |
python/build/libs: upgrade FFmpeg to 3.2.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 ae399cc26..eb03322e5 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.5.tar.xz', - 'a09f7730ceeb665c6f7da0b884dd00f9', + 'http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.xz', + '3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |