aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:05:29 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:05:50 +0200
commitc1e7be3b8e4ab5fb99587b8e5f262ce41805f892 (patch)
tree415677d105e886569098f8f0a0c9680dde30fb16 /src/DecoderList.cxx
parent17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (diff)
downloadmpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.gz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.xz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.zip
decoder/sidplay: add header file
Diffstat (limited to '')
-rw-r--r--src/DecoderList.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx
index be6749966..67c0e93bf 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -42,13 +42,12 @@
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include "decoder/FluidsynthDecoderPlugin.hxx"
+#include "decoder/SidplayDecoderPlugin.hxx"
#include "system/FatalError.hxx"
#include "util/Macros.hxx"
#include <string.h>
-extern const struct decoder_plugin sidplay_decoder_plugin;
-
const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_MAD
&mad_decoder_plugin,