fix build with normal dvb api v1 headers
[enigma2.git] / lib / dvb / demux.cpp
index 191d9c38354651effd335537de18afc522b0c5b7..f24fcddc798c9286967c57b631a88dc9371616c9 100644 (file)
@@ -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