From 70523657bf61ce93b47e2137f2072925dd3fd3e5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Feb 2009 08:45:26 +0100 Subject: renamed decoder plugin "mp4" to "mp4ff" This plugin is based on "libmp4ff". --- 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 d7360ce78..24a572a5e 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -31,7 +31,7 @@ extern const struct decoder_plugin vorbis_decoder_plugin; extern const struct decoder_plugin flac_decoder_plugin; extern const struct decoder_plugin oggflac_decoder_plugin; extern const struct decoder_plugin audiofilePlugin; -extern const struct decoder_plugin mp4_plugin; +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 wavpack_plugin; @@ -62,7 +62,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { &faad_decoder_plugin, #endif #ifdef HAVE_MP4 - &mp4_plugin, + &mp4ff_decoder_plugin, #endif #ifdef HAVE_MPCDEC &mpcPlugin, -- cgit v1.2.3