aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-17 08:45:26 +0100
committerMax Kellermann <max@duempel.org>2009-02-17 08:45:26 +0100
commit70523657bf61ce93b47e2137f2072925dd3fd3e5 (patch)
treeb531b24eb2ebf3340888a9bb667c6a4e9e29f6f7 /src/Makefile.am
parentf4ff7eab9dba7f68e38f1a4b0e43055622ec4a8e (diff)
downloadmpd-70523657bf61ce93b47e2137f2072925dd3fd3e5.tar.gz
mpd-70523657bf61ce93b47e2137f2072925dd3fd3e5.tar.xz
mpd-70523657bf61ce93b47e2137f2072925dd3fd3e5.zip
renamed decoder plugin "mp4" to "mp4ff"
This plugin is based on "libmp4ff".
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77781b028..4f8a7db02 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -283,7 +283,7 @@ mpd_SOURCES += decoder/faad_plugin.c
endif
if HAVE_MP4
-mpd_SOURCES += decoder/mp4_plugin.c
+mpd_SOURCES += decoder/mp4ff_plugin.c
endif
if HAVE_OGG_COMMON