From 0f0245625af906cee3f96ec139c6e1e3f580aa05 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 21:07:05 +0100 Subject: configure.ac: add macro MPD_ENABLE_AUTO_LIB --- 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 e9c9ba685..42d0a512a 100644 --- a/src/decoder/DecoderList.cxx +++ b/src/decoder/DecoderList.cxx @@ -77,7 +77,7 @@ const struct DecoderPlugin *const decoder_plugins[] = { #ifdef HAVE_FAAD &faad_decoder_plugin, #endif -#ifdef HAVE_MPCDEC +#ifdef ENABLE_MPCDEC &mpcdec_decoder_plugin, #endif #ifdef ENABLE_WAVPACK -- cgit v1.2.3