Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253338
Collapse All | Expand All

(-)trunk/mythtv/libs/libmythtv/dvbtypes.h (-2 / +2 lines)
Lines 20-24 Link Here
20
#include <linux/dvb/dmx.h>
20
#include <linux/dvb/dmx.h>
21
21
22
#if (DVB_API_VERSION != 3)
22
#if (DVB_API_VERSION != 3 && DVB_API_VERSION != 5)
23
#    error "DVB driver includes with API version 3 not found!"
23
#    error "DVB driver includes with API version 3 not found!"
24
#endif
24
#endif
Lines 28-32 Link Here
28
#endif
28
#endif
29
29
30
#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1)
30
#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || (DVB_API_VERSION > 3))
31
#    define USE_ATSC
31
#    define USE_ATSC
32
#else
32
#else

Return to bug 253338