Index: trunk/mythtv/libs/libmythtv/dvbtypes.h =================================================================== --- trunk/mythtv/libs/libmythtv/dvbtypes.h (revision 12439) +++ trunk/mythtv/libs/libmythtv/dvbtypes.h (revision 19245) @@ -20,5 +20,5 @@ #include -#if (DVB_API_VERSION != 3) +#if (DVB_API_VERSION != 3 && DVB_API_VERSION != 5) # error "DVB driver includes with API version 3 not found!" #endif @@ -28,5 +28,5 @@ #endif -#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1) +#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || (DVB_API_VERSION > 3)) # define USE_ATSC #else