diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 23:32:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 23:32:53 +0200 |
commit | 8e31366431858782de117dfb6146fd5ebf788ce0 (patch) | |
tree | d24c5c74c4d36019d21431cdc9255f9d32e4cbbd /src/DecoderList.cxx | |
parent | 1bfa04f80e9826d7f1b886dd40a33e53d568ed95 (diff) | |
download | mpd-8e31366431858782de117dfb6146fd5ebf788ce0.tar.gz mpd-8e31366431858782de117dfb6146fd5ebf788ce0.tar.xz mpd-8e31366431858782de117dfb6146fd5ebf788ce0.zip |
decoder/gme: convert to C++
Diffstat (limited to '')
-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 da9c3fcc6..0bf65bcdb 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -31,6 +31,7 @@ #include "decoder/AdPlugDecoderPlugin.h" #include "decoder/WavpackDecoderPlugin.hxx" #include "decoder/FfmpegDecoderPlugin.hxx" +#include "decoder/GmeDecoderPlugin.hxx" #include <glib.h> @@ -47,7 +48,6 @@ extern const struct decoder_plugin mikmod_decoder_plugin; 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 gme_decoder_plugin; const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_MAD |