e7df5afeb9
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
config BR2_PACKAGE_AUMIX
|
|
bool "aumix"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
aumix is a small, easy-to-use program to control the mixer
|
|
of your sound card. It runs in text mode using the ncurses
|
|
library, or from the command line (non-interactively).
|
|
It can read default settings from a file, and it can also
|
|
automatically save and restore the mixer settings at shutdown
|
|
and boot.
|
|
|
|
http://jpj.net/~trevor/aumix.html
|