From 2bfe6f6412f274de066105f146589d7714e4a4d6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 20:18:44 +0100 Subject: renamed the "mod" decoder plugin to "mikmod" We have two mod plugins now: modplug and mod. Rename the latter to a more useful name. --- src/decoder_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index c6f8555d4..983b794ee 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -33,7 +33,7 @@ extern const struct decoder_plugin aacPlugin; extern const struct decoder_plugin mpcPlugin; extern const struct decoder_plugin wavpack_plugin; extern const struct decoder_plugin modplug_plugin; -extern const struct decoder_plugin modPlugin; +extern const struct decoder_plugin mikmod_decoder_plugin; extern const struct decoder_plugin ffmpeg_plugin; static const struct decoder_plugin *const decoder_plugins[] = { @@ -68,7 +68,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { &modplug_plugin, #endif #ifdef HAVE_MIKMOD - &modPlugin, + &mikmod_decoder_plugin, #endif #ifdef HAVE_FFMPEG &ffmpeg_plugin, -- cgit v1.2.3