From 11c29cccb3409fb4d0fea5171a56230253583864 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Sat, 10 Jan 2009 17:53:33 +0100 Subject: Introducing mixer api This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in alsa and oss output plugin --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e1977494a..65bfd45e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,6 +128,7 @@ mpd_SOURCES = \ main.c \ event_pipe.c \ daemon.c \ + mixer_api.c \ normalize.c \ compress.c \ pipe.c \ -- cgit v1.2.3