From 5c4169e64e8b6b86ebc7ca2de260e075fdf27f5f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Apr 2018 19:16:16 +0200 Subject: [PATCH] python/build/libs.py: upgrade FFmpeg to 4.0 --- 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 c51465c31..c11be6188 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -105,8 +105,8 @@ liblame = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz', - '2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740', + 'http://ffmpeg.org/releases/ffmpeg-4.0.tar.xz', + 'ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static',