fix build with normal dvb api v1 headers
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 25 Apr 2005 14:34:43 +0000 (14:34 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 25 Apr 2005 14:34:43 +0000 (14:34 +0000)
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