python/build/libs: update FFmpeg to 7.0.2

This commit is contained in:
Max Kellermann 2024-08-30 12:22:35 +02:00
parent 965c466e9b
commit f66aed921c
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.1.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-7.0.2.tar.xz',
'bce9eeb0f17ef8982390b1f37711a61b4290dc8c2a0c1a37b5857e85bfb0e4ff', '8646515b638a3ad303e23af6a3587734447cb8fc0a0c064ecdb8e95c4fd8b389',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',