diff options
Diffstat (limited to '')
-rw-r--r-- | src/encoder/EncoderList.cxx | 2 |
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 |