From 64456488b3b6bbbcbc4d3c96aab1b45cbd215439 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 27 Feb 2015 18:52:53 +0100 Subject: build: improve DVB check A use of NO_STREAM_ID_FILTER was added to the DVB code recently. While I have no idea what it's needed for, it makes mpv fail to compile on FreeBSD 10.1. Add it to the dvb configure check. --- 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 9deaa1eaab..f30350c75c 100644 --- a/waftools/fragments/dvb.c +++ b/waftools/fragments/dvb.c @@ -7,4 +7,4 @@ #include #include #include -int main(void) {return 0;} +int main(void) {int a = NO_STREAM_ID_FILTER; return 0;} -- cgit v1.2.3