aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-01 19:16:59 +0100
committerMax Kellermann <max@duempel.org>2014-03-01 19:18:50 +0100
commitffc926bda5e695cc0330c189da13c4cac12a8755 (patch)
treeae143952f28cce0578056ddbdb50eb223ee8737f /android
parent07c1ba1f5ed2efed9b098b8deda4d5aa8c3a5cb8 (diff)
downloadmpd-ffc926bda5e695cc0330c189da13c4cac12a8755.tar.gz
mpd-ffc926bda5e695cc0330c189da13c4cac12a8755.tar.xz
mpd-ffc926bda5e695cc0330c189da13c4cac12a8755.zip
android/build.py: enable libid3tag
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py8
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',