From 40c9e7906831e67ad3b83324d5a95f4c8a869b9e Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Sat, 28 Feb 2015 04:51:05 +0100 Subject: stream_dvb: Always define NO_STREAM_ID_FILTER if missing. It is also used for initialization in channel-list setup. Should fix compilation on FreeBSD, and is more correct since it is used unconditionally. Reverts 6445648 . --- waftools/fragments/dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/fragments') 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;} -- cgit v1.2.3