python/build/libs.py: upgrade FFmpeg to 4.1.1

This commit is contained in:
Max Kellermann 2019-02-22 12:09:35 +01:00
parent bbaeea1ab7
commit 1fe3a77640

View File

@ -112,8 +112,8 @@ liblame = AutotoolsProject(
) )
ffmpeg = FfmpegProject( ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-4.1.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-4.1.1.tar.xz',
'a38ec4d026efb58506a99ad5cd23d5a9793b4bf415f2c4c2e9c1bb444acd1994', '373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',