diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 13:12:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 13:16:27 +0200 |
commit | 2277d143fa4e407bffa9cb169820c9612ebae7a0 (patch) | |
tree | 48f68c6ff129ae59fb8a01e0788fd9307fdcc5ac /src/DecoderList.cxx | |
parent | 6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08 (diff) | |
download | mpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.tar.gz mpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.tar.xz mpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.zip |
decoder/fluidsynth: convert to C++
Diffstat (limited to 'src/DecoderList.cxx')
-rw-r--r-- | src/DecoderList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx index 241997817..a66a21e2f 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -41,13 +41,13 @@ #include "decoder/MikmodDecoderPlugin.hxx" #include "decoder/ModplugDecoderPlugin.hxx" #include "decoder/MpcdecDecoderPlugin.hxx" +#include "decoder/FluidsynthDecoderPlugin.hxx" #include <glib.h> #include <string.h> extern const struct decoder_plugin sidplay_decoder_plugin; -extern const struct decoder_plugin fluidsynth_decoder_plugin; const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_MAD |