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

@@ -39,7 +39,7 @@ const EncoderPlugin *const encoder_plugins[] = {
#ifdef ENABLE_OPUS
&opus_encoder_plugin,
#endif
#ifdef ENABLE_LAME_ENCODER
#ifdef ENABLE_LAME
&lame_encoder_plugin,
#endif
#ifdef ENABLE_TWOLAME