From 0fd5149f62c9a5fe2999962457fb8063d0fe872c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 12 Apr 2015 08:31:05 +0200 Subject: Fix usage screen about VLC --- src/dabplus-enc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp index 0fdefe4..5911ea3 100644 --- a/src/dabplus-enc.cpp +++ b/src/dabplus-enc.cpp @@ -95,12 +95,12 @@ void usage(const char* name) { " The JACK input was disabled at compile-time\n" #endif " For the VLC input:\n" -#if HAVE_JACK +#if HAVE_VLC " -v, --vlc-uri=uri Enable VLC input and use the URI given as source\n" " -V Increase the VLC verbosity by one (can be given \n" " multiple times)\n" #else - " The JACK input was disabled at compile-time\n" + " The VLC input was disabled at compile-time\n" #endif " Encoder parameters:\n" " -b, --bitrate={ 8, 16, ..., 192 } Output bitrate in kbps. Must be a multiple of 8.\n" -- cgit v1.2.3