From 7a3aac1843a9c84cd87512ef4e9bbc2def727591 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 08:52:47 +0200 Subject: encoder/lame,twolame: convert to C++ --- src/EncoderList.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/EncoderList.cxx') diff --git a/src/EncoderList.cxx b/src/EncoderList.cxx index a07f41afa..e89140f47 100644 --- a/src/EncoderList.cxx +++ b/src/EncoderList.cxx @@ -25,12 +25,11 @@ #include "encoder/VorbisEncoderPlugin.hxx" #include "encoder/OpusEncoderPlugin.hxx" #include "encoder/FlacEncoderPlugin.hxx" +#include "encoder/LameEncoderPlugin.hxx" +#include "encoder/TwolameEncoderPlugin.hxx" #include -extern const struct encoder_plugin lame_encoder_plugin; -extern const struct encoder_plugin twolame_encoder_plugin; - const struct encoder_plugin *const encoder_plugins[] = { &null_encoder_plugin, #ifdef ENABLE_VORBIS_ENCODER -- cgit v1.2.3