From 0f0245625af906cee3f96ec139c6e1e3f580aa05 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 21:07:05 +0100 Subject: configure.ac: add macro MPD_ENABLE_AUTO_LIB --- src/encoder/EncoderList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoder') 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 -- cgit v1.2.3