python/libs: upgrade FFmpeg to 2.8.3
This commit is contained in:
parent
13bc15c05d
commit
b46a27c554
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue