diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-03-31 19:11:27 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-03-31 19:11:27 +0200 |
commit | 04f3fc5a463f324cf850ccdc49d8c7a6c47e1156 (patch) | |
tree | 2305602dada26c4ce6afa7a082d898e9970fd490 /src/odr-audioenc.cpp | |
parent | d1e2d3b3fe8cc86950c57e6ce321d49ab0a56410 (diff) | |
download | ODR-AudioEnc-04f3fc5a463f324cf850ccdc49d8c7a6c47e1156.tar.gz ODR-AudioEnc-04f3fc5a463f324cf850ccdc49d8c7a6c47e1156.tar.bz2 ODR-AudioEnc-04f3fc5a463f324cf850ccdc49d8c7a6c47e1156.zip |
Fix compilation without vlc
Diffstat (limited to 'src/odr-audioenc.cpp')
-rw-r--r-- | src/odr-audioenc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index e077981..97b562f 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -1576,7 +1576,6 @@ int main(int argc, char *argv[]) break; #else case 'v': - case 'w': fprintf(stderr, "VLC input not enabled at compile time!\n"); return 1; #endif |