summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-11-05 16:36:45 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-11-05 16:36:45 +0100
commit2527834ec17d9c9a9aa2880ecc735ecdb64e3e82 (patch)
tree88c27c9ddd8d6b56d0a1751af33195975a599277 /src/utils.cpp
parent1e1e43d9bfa006049bde3d210030e5f0b2d38ca3 (diff)
downloaddabmux-2527834ec17d9c9a9aa2880ecc735ecdb64e3e82.tar.gz
dabmux-2527834ec17d9c9a9aa2880ecc735ecdb64e3e82.tar.bz2
dabmux-2527834ec17d9c9a9aa2880ecc735ecdb64e3e82.zip
Remove #if HAVE_{INPUT,FORMAT} in utils
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index e26389d..cf57170 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -103,36 +103,16 @@ void header_message()
std::cerr << "Input URLs supported:" << std::endl <<
" prbs" <<
-#if defined(HAVE_INPUT_UDP)
" udp" <<
-#endif
-#if defined(HAVE_INPUT_FIFO)
- " fifo" <<
-#endif
-#if defined(HAVE_INPUT_FILE)
" file" <<
-#endif
-#if defined(HAVE_INPUT_ZEROMQ)
" zmq" <<
-#endif
std::endl;
std::cerr << "Inputs format supported:" << std::endl <<
-#if defined(HAVE_FORMAT_RAW)
" raw" <<
-#endif
-#if defined(HAVE_FORMAT_MPEG)
" mpeg" <<
-#endif
-#if defined(HAVE_FORMAT_PACKET)
" packet" <<
-#endif
-#if defined(HAVE_FORMAT_DMB)
- " dmb" <<
-#endif
-#if defined(HAVE_FORMAT_EPM)
" epm" <<
-#endif
std::endl;
std::cerr << "Output URLs supported:" << std::endl <<