From fe195257d808886d8681b3779ec16789ee40257b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 27 Jul 2022 10:48:30 +0200 Subject: [PATCH] python/build/libs.py: update FFmpeg to 5.1 --- python/build/libs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 0fca3daca..3409c63f6 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -151,8 +151,8 @@ gme = CmakeProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-5.0.1.tar.xz', - 'ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b', + 'http://ffmpeg.org/releases/ffmpeg-5.1.tar.xz', + '55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', @@ -166,7 +166,6 @@ ffmpeg = FfmpegProject( '--disable-swscale', '--disable-postproc', '--disable-avfilter', - '--disable-lzo', '--disable-faan', '--disable-pixelutils', '--disable-network',