diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-04-25 14:34:43 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-04-25 14:34:43 +0000 |
| commit | 9a236ba05f412b3f6853f54c5665cf0e5398d7d3 (patch) | |
| tree | 43703ee82167444b98dfa2890754cdb781f15d11 /lib/dvb/demux.cpp | |
| parent | 9841ba78bc18c8c9f91ad47702e9fae939a3dcbc (diff) | |
| download | enigma2-9a236ba05f412b3f6853f54c5665cf0e5398d7d3.tar.gz enigma2-9a236ba05f412b3f6853f54c5665cf0e5398d7d3.zip | |
fix build with normal dvb api v1 headers
Diffstat (limited to 'lib/dvb/demux.cpp')
| -rw-r--r-- | lib/dvb/demux.cpp | 3 |
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 |
