diff options
Diffstat (limited to '')
-rw-r--r-- | src/archive/ArchiveList.cxx | 2 | ||||
-rw-r--r-- | src/decoder/DecoderList.cxx | 2 | ||||
-rw-r--r-- | src/encoder/EncoderList.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/archive/ArchiveList.cxx b/src/archive/ArchiveList.cxx index 4a39ea8a5..089959c38 100644 --- a/src/archive/ArchiveList.cxx +++ b/src/archive/ArchiveList.cxx @@ -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 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 diff --git a/src/encoder/EncoderList.cxx b/src/encoder/EncoderList.cxx index f3e3ffa64..79c045328 100644 --- a/src/encoder/EncoderList.cxx +++ b/src/encoder/EncoderList.cxx @@ -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 |