diff options
Diffstat (limited to 'src/EncoderList.cxx')
-rw-r--r-- | src/EncoderList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EncoderList.cxx b/src/EncoderList.cxx index e8ec9110e..db6a69a88 100644 --- a/src/EncoderList.cxx +++ b/src/EncoderList.cxx @@ -22,6 +22,7 @@ #include "encoder_plugin.h" #include "encoder/VorbisEncoderPlugin.hxx" #include "encoder/OpusEncoderPlugin.hxx" +#include "encoder/FlacEncoderPlugin.hxx" #include <string.h> @@ -29,7 +30,6 @@ extern const struct encoder_plugin null_encoder_plugin; extern const struct encoder_plugin lame_encoder_plugin; extern const struct encoder_plugin twolame_encoder_plugin; extern const struct encoder_plugin wave_encoder_plugin; -extern const struct encoder_plugin flac_encoder_plugin; const struct encoder_plugin *const encoder_plugins[] = { &null_encoder_plugin, |