diff options
author | Max Kellermann <max@musicpd.org> | 2020-06-10 20:58:31 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-06-10 21:33:29 +0200 |
commit | 7583cfe9b7628a912b3b19c88ff518bb75f700ad (patch) | |
tree | e8a9176ad6c84578283ecca4cee4cac3aaf7feeb /android | |
parent | aafc9ce75bbbb8b3195298eba6c457af01f16ee0 (diff) |
{android,win32}/build.py: enable the GME decoder plugin
Closes https://github.com/MusicPlayerDaemon/MPD/issues/891
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, |