aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 12:50:37 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:03:04 +0200
commit33aedc887acc4c52e140ba93df55f1825a2ebb10 (patch)
tree07a3fc5bef97e441498277ce14c37088b8d8227d /src/DecoderList.cxx
parent258d0ea97eb38dee79564fe3a36d2f3adec4b269 (diff)
downloadmpd-33aedc887acc4c52e140ba93df55f1825a2ebb10.tar.gz
mpd-33aedc887acc4c52e140ba93df55f1825a2ebb10.tar.xz
mpd-33aedc887acc4c52e140ba93df55f1825a2ebb10.zip
decoder/wildmidi: convert to C++
Diffstat (limited to 'src/DecoderList.cxx')
-rw-r--r--src/DecoderList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx
index e607b685d..f6b029f7a 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -37,6 +37,7 @@
#include "decoder/MadDecoderPlugin.hxx"
#include "decoder/SndfileDecoderPlugin.hxx"
#include "decoder/Mpg123DecoderPlugin.hxx"
+#include "decoder/WildmidiDecoderPlugin.hxx"
#include <glib.h>
@@ -46,7 +47,6 @@ extern const struct decoder_plugin mpcdec_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;
-extern const struct decoder_plugin wildmidi_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;
const struct decoder_plugin *const decoder_plugins[] = {