aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 12:54:59 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:03:04 +0200
commit1688b6dda9c510a5737ae3eb192b56166e497fc5 (patch)
tree1cfecc376dc36ce91eee8965cb9562545fdc59ac /src/DecoderList.cxx
parent33aedc887acc4c52e140ba93df55f1825a2ebb10 (diff)
downloadmpd-1688b6dda9c510a5737ae3eb192b56166e497fc5.tar.gz
mpd-1688b6dda9c510a5737ae3eb192b56166e497fc5.tar.xz
mpd-1688b6dda9c510a5737ae3eb192b56166e497fc5.zip
decoder/mikmod: 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 f6b029f7a..67fbed5f6 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -38,6 +38,7 @@
#include "decoder/SndfileDecoderPlugin.hxx"
#include "decoder/Mpg123DecoderPlugin.hxx"
#include "decoder/WildmidiDecoderPlugin.hxx"
+#include "decoder/MikmodDecoderPlugin.hxx"
#include <glib.h>
@@ -45,7 +46,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 fluidsynth_decoder_plugin;