diff options
author | Max Kellermann <max@duempel.org> | 2009-04-21 22:46:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-21 22:46:41 +0200 |
commit | 63710ff5a6fb51715aac83ca9374ef47f97d6120 (patch) | |
tree | 8daeb6caea4b18cdd247af97005497e4add2552f /.gitignore | |
parent | c7c809ecba1ce0dd005c9235f189021558f4b984 (diff) | |
download | mpd-63710ff5a6fb51715aac83ca9374ef47f97d6120.tar.gz mpd-63710ff5a6fb51715aac83ca9374ef47f97d6120.tar.xz mpd-63710ff5a6fb51715aac83ca9374ef47f97d6120.zip |
test: added program "read_mixer"
This little program is used to test mixer plugins in an isolated
environment. This is ALSA-only currently, because we don't have a
real "plugin list" yet, and I'm too lazy to implement a switch.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e32de1b2..0a02de811 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ test/run_encoder test/run_output test/read_conf test/run_input +test/read_mixer |