summaryrefslogtreecommitdiff
path: root/android/build.py
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-26 21:08:29 +0200
committerMax Kellermann <max@musicpd.org>2020-05-27 15:03:49 +0200
commit257a77fa355c3ffe708a4ef6f314206c48023a5a (patch)
treeb5a5aba0ce3548820595225f2236f716fc6a0a62 /android/build.py
parent4e5d6e560bde09ee1fe0d28ad0d046a3b65669b5 (diff)
{android,win32}/build.py: build libmodplug and WildMidi
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
Diffstat (limited to 'android/build.py')
-rwxr-xr-xandroid/build.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py
index 91e292683..8716fc1a9 100755
--- a/android/build.py
+++ b/android/build.py
@@ -168,6 +168,8 @@ thirdparty_libs = [
opus,
flac,
libid3tag,
+ libmodplug,
+ wildmidi,
ffmpeg,
curl,
libexpat,