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

This commit is contained in:
Max Kellermann 2022-10-14 21:58:30 +02:00
parent 3a70f09dd3
commit 8f847ec381
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ gme = CmakeProject(
)
ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-5.1.tar.xz',
'55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03',
'http://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz',
'619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',