wildmidi: new decoder plugin for MIDI files
This commit is contained in:
@@ -36,6 +36,7 @@ extern const struct decoder_plugin modplug_plugin;
|
||||
extern const struct decoder_plugin mikmod_decoder_plugin;
|
||||
extern const struct decoder_plugin sidplay_decoder_plugin;
|
||||
extern const struct decoder_plugin fluidsynth_decoder_plugin;
|
||||
extern const struct decoder_plugin wildmidi_decoder_plugin;
|
||||
extern const struct decoder_plugin ffmpeg_plugin;
|
||||
|
||||
static const struct decoder_plugin *const decoder_plugins[] = {
|
||||
@@ -78,6 +79,9 @@ static const struct decoder_plugin *const decoder_plugins[] = {
|
||||
#ifdef ENABLE_FLUIDSYNTH
|
||||
&fluidsynth_decoder_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_WILDMIDI
|
||||
&wildmidi_decoder_plugin,
|
||||
#endif
|
||||
#ifdef HAVE_FFMPEG
|
||||
&ffmpeg_plugin,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user