From 149233946329ae050142e3fe1b9656d7cd9dd1dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Feb 2009 16:43:18 +0100 Subject: wildmidi: new decoder plugin for MIDI files --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 935f8b3d6..37fdb2343 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ mpd_CPPFLAGS = \ $(MODPLUG_CFLAGS) \ $(SIDPLAY_CFLAGS) \ $(FLUIDSYNTH_CFLAGS) \ + $(WILDMIDI_CFLAGS) \ $(ID3TAG_CFLAGS) \ $(MAD_CFLAGS) \ $(FFMPEG_CFLAGS) \ @@ -28,6 +29,7 @@ mpd_LDADD = $(MPD_LIBS) \ $(MODPLUG_LIBS) \ $(SIDPLAY_LIBS) \ $(FLUIDSYNTH_LIBS) \ + $(WILDMIDI_LIBS) \ $(ID3TAG_LIBS) \ $(MAD_LIBS) \ $(MP4FF_LIBS) \ @@ -323,6 +325,10 @@ if ENABLE_FLUIDSYNTH mpd_SOURCES += decoder/fluidsynth_plugin.c endif +if ENABLE_WILDMIDI +mpd_SOURCES += decoder/wildmidi_plugin.c +endif + if HAVE_FFMPEG mpd_SOURCES += decoder/ffmpeg_plugin.c endif -- cgit v1.2.3