aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 18:18:14 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 18:18:14 +0100
commit3dd38e7b7f7292caf91675a48076f7bba40ed309 (patch)
treef433fc0ce6604974ae94917eef4e0a21b73aab12 /src/decoder_list.c
parent3711a9765775d584f8e5f94156ce384ad0d3dae7 (diff)
downloadmpd-3dd38e7b7f7292caf91675a48076f7bba40ed309.tar.gz
mpd-3dd38e7b7f7292caf91675a48076f7bba40ed309.tar.xz
mpd-3dd38e7b7f7292caf91675a48076f7bba40ed309.zip
decoder/wavpack: convert to C++
Diffstat (limited to 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index 79e03a4e6..9320f34e0 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -30,6 +30,7 @@
#include "decoder/OpusDecoderPlugin.h"
#include "decoder/VorbisDecoderPlugin.h"
#include "decoder/AdPlugDecoderPlugin.h"
+#include "decoder/WavpackDecoderPlugin.hxx"
#include <glib.h>
@@ -42,7 +43,6 @@ extern const struct decoder_plugin audiofile_decoder_plugin;
extern const struct decoder_plugin mp4ff_decoder_plugin;
extern const struct decoder_plugin faad_decoder_plugin;
extern const struct decoder_plugin mpcdec_decoder_plugin;
-extern const struct decoder_plugin wavpack_decoder_plugin;
extern const struct decoder_plugin modplug_decoder_plugin;
extern const struct decoder_plugin mikmod_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;