diff options
author | Mikael Svantesson <mikael@distopic.net> | 2008-12-05 18:35:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-05 18:35:56 +0100 |
commit | 3cff7b547795bdeeea44dc54bc851e70bfc7b40f (patch) | |
tree | 6e8ef272c5b51ccce4eebb79d7a27d814467ce52 /src/options.c | |
parent | 785cb31333a8f0aaedf33af9cba38f012d514453 (diff) | |
download | mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.tar.gz mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.tar.xz mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.zip |
screen_outputs: new screen to control MPD's output devices
The "outputs" screen allows the user to enable or disable MPD's audio
output devices.
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index b6a49e3c6..3c77fb4d6 100644 --- a/src/options.c +++ b/src/options.c @@ -181,6 +181,10 @@ handle_option(int c, const char *arg) #ifdef ENABLE_KEYDEF_SCREEN " key-screen" #endif +#ifdef ENABLE_OUTPUTS_SCREEN + " outputs-screen" +#endif + "\n"); exit(EXIT_SUCCESS); case 'c': /* --colors */ |