From 7afe63aa06cd1f7ed797b53f75942b952edcefe1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Dec 2014 10:28:15 +0100 Subject: configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme --- src/decoder/DecoderList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder') 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, -- cgit v1.2.3