From 799e89af9e004b44c8d03a68ea17a4c1e6dbd6bf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Jun 2024 20:07:36 +0200 Subject: [PATCH] python/build/libs.py: update FFmpeg to 7.0.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 675bf76db..e1a9e57b3 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -76,8 +76,8 @@ gme = CmakeProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-7.0.tar.xz', - '4426a94dd2c814945456600c8adfc402bee65ec14a70e8c531ec9a2cd651da7b', + 'http://ffmpeg.org/releases/ffmpeg-7.0.1.tar.xz', + 'bce9eeb0f17ef8982390b1f37711a61b4290dc8c2a0c1a37b5857e85bfb0e4ff', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static',