From 50e86340978dfe2075b678c9f241b29518bb67ad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 May 2017 07:27:08 +0200 Subject: [PATCH] python/build/libs: upgrade FFmpeg to 3.3.1 --- 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 7db98bed4..caf922ffb 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.3.tar.xz', - '599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d', + 'http://ffmpeg.org/releases/ffmpeg-3.3.1.tar.xz', + 'b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static',