From 13dab13319857cdc1e5f71c04cb28af3cc2c1b80 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Dec 2016 21:14:16 +0100 Subject: [PATCH] python/build/libs: upgrade FFmpeg to 3.2.2 --- python/build/libs.py | 4 ++-- 1 file 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',