python/libs: upgrade FFmpeg to 3.1.1
This commit is contained in:
parent
2dc6c4a496
commit
ef3494f160
|
@ -58,8 +58,8 @@ libmad = AutotoolsProject(
|
||||||
)
|
)
|
||||||
|
|
||||||
ffmpeg = FfmpegProject(
|
ffmpeg = FfmpegProject(
|
||||||
'http://ffmpeg.org/releases/ffmpeg-3.0.2.tar.xz',
|
'http://ffmpeg.org/releases/ffmpeg-3.1.1.tar.xz',
|
||||||
'beb5c69c671aba1386e7156fc2af1ab6',
|
'4ba7033da5d9ac4d0391516c7e5d97e4',
|
||||||
'lib/libavcodec.a',
|
'lib/libavcodec.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
Loading…
Reference in New Issue