android/build.py: upgrade ffmpeg to 2.2.3
This commit is contained in:
parent
267faa3851
commit
0fbcf64108
|
@ -314,13 +314,14 @@ thirdparty_libs = [
|
||||||
),
|
),
|
||||||
|
|
||||||
FfmpegProject(
|
FfmpegProject(
|
||||||
'http://www.ffmpeg.org/releases/ffmpeg-2.1.4.tar.bz2',
|
'http://www.ffmpeg.org/releases/ffmpeg-2.2.3.tar.bz2',
|
||||||
'dedc28003a77c69432c42ab16e5f6982',
|
'dbb5b6b69bd010916f17df0ae596e0b1',
|
||||||
'lib/libavcodec.a',
|
'lib/libavcodec.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
'--enable-gpl',
|
'--enable-gpl',
|
||||||
'--enable-small',
|
'--enable-small',
|
||||||
|
'--disable-pthreads',
|
||||||
'--disable-runtime-cpudetect',
|
'--disable-runtime-cpudetect',
|
||||||
'--disable-programs',
|
'--disable-programs',
|
||||||
'--disable-doc',
|
'--disable-doc',
|
||||||
|
|
Loading…
Reference in New Issue