configure.ac: add macro MPD_ENABLE_AUTO_LIB

This commit is contained in:
Max Kellermann
2014-12-09 21:07:05 +01:00
parent 8583689fa4
commit 0f0245625a
6 changed files with 24 additions and 51 deletions

View File

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