android/build.py: update FFmpeg to 2.5
This commit is contained in:
parent
cbc1a58e93
commit
4acbf7b90d
1
NEWS
1
NEWS
@ -4,6 +4,7 @@ ver 0.19.6 (not yet released)
|
|||||||
* fix build failure with musl
|
* fix build failure with musl
|
||||||
* android
|
* android
|
||||||
- update libFLAC to 1.3.1
|
- update libFLAC to 1.3.1
|
||||||
|
- update FFmpeg to 2.5
|
||||||
|
|
||||||
ver 0.19.5 (2014/11/26)
|
ver 0.19.5 (2014/11/26)
|
||||||
* input
|
* input
|
||||||
|
@ -341,8 +341,8 @@ thirdparty_libs = [
|
|||||||
),
|
),
|
||||||
|
|
||||||
FfmpegProject(
|
FfmpegProject(
|
||||||
'http://ffmpeg.org/releases/ffmpeg-2.4.3.tar.bz2',
|
'http://ffmpeg.org/releases/ffmpeg-2.5.tar.bz2',
|
||||||
'8da635baff57d7ab704b1daca5a99b47',
|
'4346fe710cc6bdd981f6534d2420d1ab',
|
||||||
'lib/libavcodec.a',
|
'lib/libavcodec.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
Loading…
Reference in New Issue
Block a user