configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad

This commit is contained in:
Max Kellermann
2014-12-09 21:36:52 +01:00
parent 0f0245625a
commit aecb5630cb
4 changed files with 4 additions and 78 deletions

View File

@@ -74,7 +74,7 @@ const struct DecoderPlugin *const decoder_plugins[] = {
&dsdiff_decoder_plugin,
&dsf_decoder_plugin,
#endif
#ifdef HAVE_FAAD
#ifdef ENABLE_FAAD
&faad_decoder_plugin,
#endif
#ifdef ENABLE_MPCDEC