diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 16:28:27 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 16:28:27 +0100 |
commit | 804fe1979f9ed7bef7badaf0aa08e35e09874772 (patch) | |
tree | 93ae4728de598391ce6e72712676260831b0ecb2 /src/input/Zmq.h | |
parent | 128768f7fd719eb455a946a0f716d7128b4ded63 (diff) | |
download | dabmux-804fe1979f9ed7bef7badaf0aa08e35e09874772.tar.gz dabmux-804fe1979f9ed7bef7badaf0aa08e35e09874772.tar.bz2 dabmux-804fe1979f9ed7bef7badaf0aa08e35e09874772.zip |
Add rudimentary file input
No nonblock support yet
Diffstat (limited to 'src/input/Zmq.h')
-rw-r--r-- | src/input/Zmq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input/Zmq.h b/src/input/Zmq.h index d1dd2d5..02fce3a 100644 --- a/src/input/Zmq.h +++ b/src/input/Zmq.h @@ -43,12 +43,6 @@ #pragma once -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#ifdef HAVE_INPUT_ZEROMQ - #include <list> #include <string> #include <stdint.h> @@ -266,6 +260,5 @@ class ZmqAAC : public ZmqBase { }; }; -#endif // HAVE_INPUT_ZMQ |