From 9a236ba05f412b3f6853f54c5665cf0e5398d7d3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 25 Apr 2005 14:34:43 +0000 Subject: [PATCH] fix build with normal dvb api v1 headers --- lib/dvb/demux.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 +#ifndef DMX_SET_NEGFILTER_MASK + #define DMX_SET_NEGFILTER_MASK _IOW('o',48,uint8_t *) +#endif #else #include #endif -- 2.30.2