From 67888a41e72dac35c4736c8a4f946c7f06148427 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Apr 2016 20:51:39 +0200 Subject: build: make DVB test stricter I got a report that the build on a recent aarch64 Linux kernel failed. DVB support was detected, but errored on compilation: In file included from ../stream/stream_dvb.c:57:0: ../stream/dvbin.h:72:5: error: unknown type name 'fe_bandwidth_t' fe_bandwidth_t bw; Make the test stricter, which should take care of this. (I couldn't find out what exactly triggered the failure, nor could I attempt to reproduce it.) The change in stream/dvbin.h is to make sure that this isn't caused by incorrect header inclusion. It now includes the same files as the configure test. --- stream/dvbin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream') diff --git a/stream/dvbin.h b/stream/dvbin.h index 9c2eb35e26..e461364c48 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #undef DVB_ATSC -- cgit v1.2.3