python/build/libs: update FFmpeg to 6.1.1

This commit is contained in:
Max Kellermann 2024-03-11 15:19:42 +01:00
parent 4874bcf8e8
commit a1ae1a1e95
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ gme = CmakeProject(
)
ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-6.1.tar.xz',
'488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270',
'http://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz',
'8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',