From c4d69f0ae1e0df6bac03fe131b4e8a40f75b5c4b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Feb 2009 08:48:20 +0100 Subject: renamed decoder plugin "mpc" to "mpcdec" This plugin is based on "libmpcdec". --- 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 24a572a5e..9ed5fc560 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -33,7 +33,7 @@ extern const struct decoder_plugin oggflac_decoder_plugin; extern const struct decoder_plugin audiofilePlugin; extern const struct decoder_plugin mp4ff_decoder_plugin; extern const struct decoder_plugin faad_decoder_plugin; -extern const struct decoder_plugin mpcPlugin; +extern const struct decoder_plugin mpcdec_decoder_plugin; extern const struct decoder_plugin wavpack_plugin; extern const struct decoder_plugin modplug_plugin; extern const struct decoder_plugin mikmod_decoder_plugin; @@ -65,7 +65,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { &mp4ff_decoder_plugin, #endif #ifdef HAVE_MPCDEC - &mpcPlugin, + &mpcdec_decoder_plugin, #endif #ifdef HAVE_WAVPACK &wavpack_plugin, -- cgit v1.2.3