diff options
author | Max Kellermann <max@duempel.org> | 2014-03-01 19:16:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-01 19:18:50 +0100 |
commit | ffc926bda5e695cc0330c189da13c4cac12a8755 (patch) | |
tree | ae143952f28cce0578056ddbdb50eb223ee8737f /android/build.py | |
parent | 07c1ba1f5ed2efed9b098b8deda4d5aa8c3a5cb8 (diff) |
android/build.py: enable libid3tag
Diffstat (limited to 'android/build.py')
-rwxr-xr-x | android/build.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py index a0a464630..31529dddc 100755 --- a/android/build.py +++ b/android/build.py @@ -265,6 +265,14 @@ thirdparty_libs = [ ), AutotoolsProject( + 'ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz', + 'e5808ad997ba32c498803822078748c3', + 'lib/libid3tag.a', + ['--disable-shared', '--enable-static'], + autogen=True, + ), + + AutotoolsProject( 'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz', '1be543bc30c56fb6bea1d7bf6a64e66c', 'lib/libmad.a', |