From cafaf33aa89f7002522712e12e26a2565e6d832d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Feb 2009 19:30:54 +0100 Subject: renamed decoder plugin "aac" to "faad" A decoder plugin should be named after the library which is used. --- 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 b6093a9b..d7360ce7 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -32,7 +32,7 @@ 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 aacPlugin; +extern const struct decoder_plugin faad_decoder_plugin; extern const struct decoder_plugin mpcPlugin; extern const struct decoder_plugin wavpack_plugin; extern const struct decoder_plugin modplug_plugin; @@ -59,7 +59,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { &audiofilePlugin, #endif #ifdef HAVE_FAAD - &aacPlugin, + &faad_decoder_plugin, #endif #ifdef HAVE_MP4 &mp4_plugin, -- cgit v1.2.3