{android,win32}/build.py: upgrade FFmpeg to 2.8.2
This commit is contained in:
parent
28f9a0a900
commit
3079aa1f9d
|
@ -347,8 +347,8 @@ thirdparty_libs = [
|
||||||
),
|
),
|
||||||
|
|
||||||
FfmpegProject(
|
FfmpegProject(
|
||||||
'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
|
'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
|
||||||
'5af71aec0c8f99a018b02061acbe7f90',
|
'5041ffe661392b0685d2248114791fde',
|
||||||
'lib/libavcodec.a',
|
'lib/libavcodec.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
|
@ -321,8 +321,8 @@ thirdparty_libs = [
|
||||||
),
|
),
|
||||||
|
|
||||||
FfmpegProject(
|
FfmpegProject(
|
||||||
'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
|
'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
|
||||||
'5af71aec0c8f99a018b02061acbe7f90',
|
'5041ffe661392b0685d2248114791fde',
|
||||||
'lib/libavcodec.a',
|
'lib/libavcodec.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
Loading…
Reference in New Issue