diff options
author | Max Kellermann <max@musicpd.org> | 2020-05-26 21:08:29 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-05-27 15:03:49 +0200 |
commit | 257a77fa355c3ffe708a4ef6f314206c48023a5a (patch) | |
tree | b5a5aba0ce3548820595225f2236f716fc6a0a62 /android | |
parent | 4e5d6e560bde09ee1fe0d28ad0d046a3b65669b5 (diff) |
{android,win32}/build.py: build libmodplug and WildMidi
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 2 |
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, |