summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-06-10 20:58:31 +0200
committerMax Kellermann <max@musicpd.org>2020-06-10 21:33:29 +0200
commit7583cfe9b7628a912b3b19c88ff518bb75f700ad (patch)
treee8a9176ad6c84578283ecca4cee4cac3aaf7feeb /win32
parentaafc9ce75bbbb8b3195298eba6c457af01f16ee0 (diff)
{android,win32}/build.py: enable the GME decoder plugin
Closes https://github.com/MusicPlayerDaemon/MPD/issues/891
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build.py b/win32/build.py
index 9e1b6e9e4..fb636ded5 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -98,6 +98,7 @@ thirdparty_libs = [
liblame,
libmodplug,
wildmidi,
+ gme,
ffmpeg,
curl,
libexpat,