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

This commit is contained in:
Max Kellermann 2015-10-27 11:13:01 +01:00
parent 5cf4f62610
commit bb86f27fdf
2 changed files with 4 additions and 4 deletions

View File

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

View File

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