From c5edb53797fb15b4753688b1a653bdfda53f25aa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Feb 2009 19:30:45 +0100 Subject: renamed decoder plugin "mp3" to "mad" A decoder plugin should be named after the library which is used. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 1db8e1fe5..f3d9e40cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -267,7 +267,7 @@ endif # decoder plugins if HAVE_MAD -mpd_SOURCES += decoder/mp3_plugin.c +mpd_SOURCES += decoder/mad_plugin.c endif if HAVE_MPCDEC -- cgit v1.2.3