python/build/libs.py: update FFmpeg to 7.0.1

This commit is contained in:
Max Kellermann 2024-06-25 20:07:36 +02:00
parent 381215fd73
commit 799e89af9e
1 changed files with 2 additions and 2 deletions

View File

@ -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',