From: Andreas Monzner Date: Mon, 25 Apr 2005 14:34:43 +0000 (+0000) Subject: fix build with normal dvb api v1 headers X-Git-Tag: 2.6.0~5905 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9a236ba05f412b3f6853f54c5665cf0e5398d7d3 fix build with normal dvb api v1 headers --- 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