android/build.py: enable libid3tag
This commit is contained in:
parent
07c1ba1f5e
commit
ffc926bda5
|
@ -264,6 +264,14 @@ thirdparty_libs = [
|
||||||
use_clang=True,
|
use_clang=True,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
AutotoolsProject(
|
||||||
|
'ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz',
|
||||||
|
'e5808ad997ba32c498803822078748c3',
|
||||||
|
'lib/libid3tag.a',
|
||||||
|
['--disable-shared', '--enable-static'],
|
||||||
|
autogen=True,
|
||||||
|
),
|
||||||
|
|
||||||
AutotoolsProject(
|
AutotoolsProject(
|
||||||
'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz',
|
'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz',
|
||||||
'1be543bc30c56fb6bea1d7bf6a64e66c',
|
'1be543bc30c56fb6bea1d7bf6a64e66c',
|
||||||
|
|
Loading…
Reference in New Issue