From 70523657bf61ce93b47e2137f2072925dd3fd3e5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Feb 2009 08:45:26 +0100 Subject: renamed decoder plugin "mp4" to "mp4ff" This plugin is based on "libmp4ff". --- 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 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 -- cgit v1.2.3