Index: libs/libmythtv/dvbtypes.h =================================================================== --- libs/libmythtv/dvbtypes.h (revision 19792) +++ libs/libmythtv/dvbtypes.h (working copy) @@ -19,7 +19,7 @@ #include #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 @@ -27,7 +27,7 @@ # define DVB_API_VERSION_MINOR 0 #endif -#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1) +#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || DVB_API_VERSION == 5) # define USE_ATSC #else #warning DVB API version < 3.1