decoder/fluidsynth: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 13:12:08 +02:00
parent 6b6d9e64bd
commit 2277d143fa
4 changed files with 50 additions and 16 deletions

View File

@@ -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