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/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 4f8a7db02..1fc01f000 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -271,7 +271,7 @@ mpd_SOURCES += decoder/mad_plugin.c endif if HAVE_MPCDEC -mpd_SOURCES += decoder/mpc_plugin.c +mpd_SOURCES += decoder/mpcdec_plugin.c endif if HAVE_WAVPACK -- cgit v1.2.3