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

This commit is contained in:
Max Kellermann 2020-05-26 18:54:55 +02:00
parent 61aed60f6d
commit 03b9bd3a9e
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ liblame = AutotoolsProject(
) )
ffmpeg = FfmpegProject( ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-4.2.2.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz',
'cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c', '9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',