diff options
author | Max Kellermann <max@duempel.org> | 2014-12-02 18:16:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-02 18:20:44 +0100 |
commit | 0debba0f6e35d88ad17734fda2605e4f97f19820 (patch) | |
tree | 5a3821b5f3e4ad7145ad3717dad8506ad5dd8ca4 /Makefile.am | |
parent | f2bd2c318c810645b4e3c7518d695d6d4b1c06a7 (diff) | |
download | mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.gz mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.xz mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.zip |
mixer/null: new mixer plugin
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 808fce77d..023f7e45a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1256,6 +1256,7 @@ MIXER_API_SRC = \ src/mixer/MixerInternal.hxx libmixer_plugins_a_SOURCES = \ + src/mixer/plugins/NullMixerPlugin.cxx \ src/mixer/plugins/SoftwareMixerPlugin.cxx \ src/mixer/plugins/SoftwareMixerPlugin.hxx libmixer_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ |