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

This commit is contained in:
Max Kellermann 2021-10-31 16:44:09 +01:00
parent 996dd9fc8b
commit 56ebc7637d
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ gme = CmakeProject(
)
ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-4.4.tar.xz',
'06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909',
'http://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz',
'eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',