diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-12 08:31:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-12 08:31:05 +0200 |
commit | 0fd5149f62c9a5fe2999962457fb8063d0fe872c (patch) | |
tree | 072b07f377ce86b9502e19582c7121fb3d218a08 | |
parent | 169f2d4c0e78fc1ab2cc239fc58140e1ad0b1322 (diff) | |
download | ODR-AudioEnc-0fd5149f62c9a5fe2999962457fb8063d0fe872c.tar.gz ODR-AudioEnc-0fd5149f62c9a5fe2999962457fb8063d0fe872c.tar.bz2 ODR-AudioEnc-0fd5149f62c9a5fe2999962457fb8063d0fe872c.zip |
Fix usage screen about VLC
-rw-r--r-- | src/dabplus-enc.cpp | 4 |
1 files 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" |