diff options
author | Max Kellermann <max@duempel.org> | 2014-12-22 10:28:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-22 10:28:15 +0100 |
commit | 7afe63aa06cd1f7ed797b53f75942b952edcefe1 (patch) | |
tree | 0cc8cbd59c76b553b1ed6942a58ffccab007cdba /src/decoder | |
parent | 8fab855099f61de50df8d9cf5724fc0fa7203561 (diff) | |
download | mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.tar.gz mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.tar.xz mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.zip |
configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/DecoderList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderList.cxx b/src/decoder/DecoderList.cxx index 19037433b..cd1665e58 100644 --- a/src/decoder/DecoderList.cxx +++ b/src/decoder/DecoderList.cxx @@ -104,7 +104,7 @@ const struct DecoderPlugin *const decoder_plugins[] = { #ifdef ENABLE_FFMPEG &ffmpeg_decoder_plugin, #endif -#ifdef HAVE_GME +#ifdef ENABLE_GME &gme_decoder_plugin, #endif &pcm_decoder_plugin, |