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

This commit is contained in:
Max Kellermann 2018-11-14 11:30:23 +01:00
parent 9f0cbf418a
commit 464a4cbeec

View File

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