aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 22:33:59 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 22:33:59 +0200
commit257b42b87f8a8ddb50618c43da7b58c50c68779f (patch)
treeefe444b256dee9119bea2c4f012760db4fdf2f59 /src/DecoderList.cxx
parent31bc94160a4dc7b8749cca8c3f7b703548fcb4f4 (diff)
downloadmpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.gz
mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.xz
mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.zip
decoder/faad: convert to C++
Diffstat (limited to '')
-rw-r--r--src/DecoderList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx
index 0bf65bcdb..aa37c105e 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -32,6 +32,7 @@
#include "decoder/WavpackDecoderPlugin.hxx"
#include "decoder/FfmpegDecoderPlugin.hxx"
#include "decoder/GmeDecoderPlugin.hxx"
+#include "decoder/FaadDecoderPlugin.hxx"
#include <glib.h>
@@ -41,7 +42,6 @@ extern const struct decoder_plugin mad_decoder_plugin;
extern const struct decoder_plugin mpg123_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
extern const struct decoder_plugin audiofile_decoder_plugin;
-extern const struct decoder_plugin faad_decoder_plugin;
extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin modplug_decoder_plugin;
extern const struct decoder_plugin mikmod_decoder_plugin;