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

(-)stream/dvbin.h (-1 / +9 lines)
Lines 38-46 Link Here
38
38
39
#undef DVB_ATSC
39
#undef DVB_ATSC
40
#if defined(DVB_API_VERSION_MINOR)
40
#if defined(DVB_API_VERSION_MINOR)
41
#if DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1
41
42
/* kernel headers >=2.6.28 have version 5.
43
 *
44
 * FIXME: are there any real differences between 3.1 and 5?
45
 */
46
47
#if ( (DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1 ) || \
48
        ( DVB_API_VERSION == 5 ) )
42
#define DVB_ATSC 1
49
#define DVB_ATSC 1
43
#endif
50
#endif
51
44
#endif
52
#endif
45
53
46
54

Return to bug 255404