aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:04:12 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:04:12 +0200
commitf016a99f2447e68d19dcccc68ecc47d12ac32e5b (patch)
treed3253211e4ce4b4e4a9f5953e08074b09566b8e7 /src/DecoderList.cxx
parent2eed9d64ce89071e0f1221931c789efabc48f0ae (diff)
downloadmpd-f016a99f2447e68d19dcccc68ecc47d12ac32e5b.tar.gz
mpd-f016a99f2447e68d19dcccc68ecc47d12ac32e5b.tar.xz
mpd-f016a99f2447e68d19dcccc68ecc47d12ac32e5b.zip
decoder/mpcdec: 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 562e25a18..3964a12f0 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -40,12 +40,12 @@
#include "decoder/WildmidiDecoderPlugin.hxx"
#include "decoder/MikmodDecoderPlugin.hxx"
#include "decoder/ModplugDecoderPlugin.hxx"
+#include "decoder/MpcdecDecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
-extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;