diff options
author | Max Kellermann <max@musicpd.org> | 2020-06-10 22:58:14 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-06-10 22:58:41 +0200 |
commit | c6a7f6dabc3509bf0a11dc6eafa89aaa8125b86c (patch) | |
tree | f324bb6643c65fc0e7d73a349f969c6e46a3b747 /android | |
parent | 96a273bf3ba60fdfb4faadfb716ebd0e57b346a7 (diff) | |
parent | 24741c5d065e1f0b575f4ba5472ce8066e5e141d (diff) |
Merge tag 'v0.21.24'
release v0.21.24
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py index 8716fc1a9..5bee46304 100755 --- a/android/build.py +++ b/android/build.py @@ -170,6 +170,7 @@ thirdparty_libs = [ libid3tag, libmodplug, wildmidi, + gme, ffmpeg, curl, libexpat, |