diff --git a/stream/dvbin.h b/stream/dvbin.h index 5dfb20c548..baa7ba4e13 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -37,12 +37,12 @@ #ifndef DTV_STREAM_ID #define DTV_STREAM_ID DTV_ISDBS_TS_ID #endif +#endif // This is only defined, for convenience, since API 5.8. #ifndef NO_STREAM_ID_FILTER #define NO_STREAM_ID_FILTER (~0U) #endif -#endif #if (DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || DVB_API_VERSION == 5 #define DVB_ATSC 1 diff --git a/waftools/fragments/dvb.c b/waftools/fragments/dvb.c index f30350c75c..9deaa1eaab 100644 --- a/waftools/fragments/dvb.c +++ b/waftools/fragments/dvb.c @@ -7,4 +7,4 @@ #include #include #include -int main(void) {int a = NO_STREAM_ID_FILTER; return 0;} +int main(void) {return 0;}