aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-09 21:07:05 +0100
committerMax Kellermann <max@duempel.org>2014-12-09 21:19:09 +0100
commit0f0245625af906cee3f96ec139c6e1e3f580aa05 (patch)
tree29997d838407fe7d3027ee5c16d1ab10e1dbaaf6 /src/encoder
parent8583689fa4623431472c49f34c6f8ac2710cacc8 (diff)
downloadmpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.tar.gz
mpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.tar.xz
mpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.zip
configure.ac: add macro MPD_ENABLE_AUTO_LIB
Diffstat (limited to 'src/encoder')
-rw-r--r--src/encoder/EncoderList.cxx2
1 files changed, 1 insertions, 1 deletions
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