{android,win32}/build.py: upgrade FFmpeg to 2.8.2

This commit is contained in:
Max Kellermann 2015-11-17 17:16:56 +01:00
parent 28f9a0a900
commit 3079aa1f9d
2 changed files with 4 additions and 4 deletions

View File

@ -347,8 +347,8 @@ thirdparty_libs = [
),
FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
'5af71aec0c8f99a018b02061acbe7f90',
'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
'5041ffe661392b0685d2248114791fde',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',

View File

@ -321,8 +321,8 @@ thirdparty_libs = [
),
FfmpegProject(
'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
'5af71aec0c8f99a018b02061acbe7f90',
'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
'5041ffe661392b0685d2248114791fde',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',