python/libs: upgrade FFmpeg to 2.8.3

This commit is contained in:
Max Kellermann 2015-12-16 00:07:16 +01:00
parent 13bc15c05d
commit b46a27c554
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ libmad = AutotoolsProject(
) )
ffmpeg = FfmpegProject( ffmpeg = FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz', 'http://ffmpeg.org/releases/ffmpeg-2.8.3.tar.xz',
'5041ffe661392b0685d2248114791fde', '2af2723dd53364ac0635efd20cf6e34e',
'lib/libavcodec.a', 'lib/libavcodec.a',
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',