aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 08:04:34 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 08:04:34 +0200
commita1a97d663ed9d2c251bc852248d5fe30861e4560 (patch)
tree5b7b20738c69e37f8a0fcce7207005183c93fd20 /src/EncoderList.cxx
parentcac3c159bc84d5163c87a40383d3eda64a4c9f69 (diff)
downloadmpd-a1a97d663ed9d2c251bc852248d5fe30861e4560.tar.gz
mpd-a1a97d663ed9d2c251bc852248d5fe30861e4560.tar.xz
mpd-a1a97d663ed9d2c251bc852248d5fe30861e4560.zip
encoder/flac: convert to C++
Diffstat (limited to '')
-rw-r--r--src/EncoderList.cxx2
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,