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

This commit is contained in:
Max Kellermann 2024-10-30 21:31:16 +01:00
parent 7db93fb20b
commit 744308bfff
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ gme = CmakeProject(
) )
ffmpeg = FfmpegProject( ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-7.0.2.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-7.1.tar.xz',
'8646515b638a3ad303e23af6a3587734447cb8fc0a0c064ecdb8e95c4fd8b389', '40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',