Decoder for game music emulation library.
Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
This commit is contained in:
@@ -44,6 +44,7 @@ extern const struct decoder_plugin sidplay_decoder_plugin;
|
||||
extern const struct decoder_plugin wildmidi_decoder_plugin;
|
||||
extern const struct decoder_plugin fluidsynth_decoder_plugin;
|
||||
extern const struct decoder_plugin ffmpeg_decoder_plugin;
|
||||
extern const struct decoder_plugin gme_decoder_plugin;
|
||||
|
||||
const struct decoder_plugin *const decoder_plugins[] = {
|
||||
#ifdef HAVE_MAD
|
||||
@@ -96,6 +97,9 @@ const struct decoder_plugin *const decoder_plugins[] = {
|
||||
#endif
|
||||
#ifdef HAVE_FFMPEG
|
||||
&ffmpeg_decoder_plugin,
|
||||
#endif
|
||||
#ifdef HAVE_GME
|
||||
&gme_decoder_plugin,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user