From b46a27c554e1266c81139bc0da7e95192cc133be Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Dec 2015 00:07:16 +0100 Subject: [PATCH] python/libs: upgrade FFmpeg to 2.8.3 --- 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 3dc5ba868..2304bd095 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -58,8 +58,8 @@ libmad = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz', - '5041ffe661392b0685d2248114791fde', + 'http://ffmpeg.org/releases/ffmpeg-2.8.3.tar.xz', + '2af2723dd53364ac0635efd20cf6e34e', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static',