aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 12:56:35 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:03:04 +0200
commit2eed9d64ce89071e0f1221931c789efabc48f0ae (patch)
treea140ccc72f54c65200f755ddd9f6d50b4be5badf /src/DecoderList.cxx
parent1688b6dda9c510a5737ae3eb192b56166e497fc5 (diff)
downloadmpd-2eed9d64ce89071e0f1221931c789efabc48f0ae.tar.gz
mpd-2eed9d64ce89071e0f1221931c789efabc48f0ae.tar.xz
mpd-2eed9d64ce89071e0f1221931c789efabc48f0ae.zip
decoder/modplug: 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 67fbed5f6..562e25a18 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -39,13 +39,13 @@
#include "decoder/Mpg123DecoderPlugin.hxx"
#include "decoder/WildmidiDecoderPlugin.hxx"
#include "decoder/MikmodDecoderPlugin.hxx"
+#include "decoder/ModplugDecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
extern const struct decoder_plugin mpcdec_decoder_plugin;
-extern const struct decoder_plugin modplug_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;