diff options
author | Max Kellermann <max@duempel.org> | 2009-02-17 08:48:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-17 08:48:20 +0100 |
commit | c4d69f0ae1e0df6bac03fe131b4e8a40f75b5c4b (patch) | |
tree | 1cc983db55068b312cd8890ab1e829b9f38e4874 /src/Makefile.am | |
parent | 70523657bf61ce93b47e2137f2072925dd3fd3e5 (diff) | |
download | mpd-c4d69f0ae1e0df6bac03fe131b4e8a40f75b5c4b.tar.gz mpd-c4d69f0ae1e0df6bac03fe131b4e8a40f75b5c4b.tar.xz mpd-c4d69f0ae1e0df6bac03fe131b4e8a40f75b5c4b.zip |
renamed decoder plugin "mpc" to "mpcdec"
This plugin is based on "libmpcdec".
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |