From 149233946329ae050142e3fe1b9656d7cd9dd1dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Feb 2009 16:43:18 +0100 Subject: wildmidi: new decoder plugin for MIDI files --- src/decoder_list.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index e7f757e71..71211a0ea 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -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 -- cgit v1.2.3