configure.ac: add macro MPD_ENABLE_AUTO_LIB
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <string.h>
|
||||
|
||||
const ArchivePlugin *const archive_plugins[] = {
|
||||
#ifdef HAVE_BZ2
|
||||
#ifdef ENABLE_BZ2
|
||||
&bz2_archive_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_ZZIP
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user