configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme

This commit is contained in:
Max Kellermann
2014-12-22 10:28:15 +01:00
parent 8fab855099
commit 7afe63aa06
3 changed files with 6 additions and 13 deletions

View File

@@ -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,