aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/demux.cpp')
-rw-r--r--lib/dvb/demux.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp
index 191d9c38..f24fcddc 100644
--- a/lib/dvb/demux.cpp
+++ b/lib/dvb/demux.cpp
@@ -7,6 +7,9 @@
#if HAVE_DVB_API_VERSION < 3
#include <ost/dmx.h>
+#ifndef DMX_SET_NEGFILTER_MASK
+ #define DMX_SET_NEGFILTER_MASK _IOW('o',48,uint8_t *)
+#endif
#else
#include <linux/dvb/dmx.h>
#endif