diff options
author | wm4 <wm4@nowhere> | 2017-06-22 12:39:18 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-06-22 13:17:40 +0200 |
commit | 915722e035cf93fa142ab5b0a56215502bf18ea9 (patch) | |
tree | 922b05d89824026003e45b6c915b711f7f743f91 /waftools/fragments | |
parent | e1bc592ce6036468c43549749270e99ec4af06a8 (diff) |
build: remove Linux DVB test fragment
Most of the DVB test fragment was added in 2e399f39 by someone who
wasn't asked for LGPL relicensing permission. Thus remove it. (For some
weird reason, the configure check wasn't even for the later added actual
DVB code.)
Since DVB is disabled by default, this isn't too bad. But if someone
enables it, and the system doesn't support it, he will receive a weird
compilation error. That has to be good enough, until maybe someone adds
a new check.
Diffstat (limited to 'waftools/fragments')
-rw-r--r-- | waftools/fragments/dvb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/waftools/fragments/dvb.c b/waftools/fragments/dvb.c deleted file mode 100644 index 4ec9e37311..0000000000 --- a/waftools/fragments/dvb.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <poll.h> -#include <sys/ioctl.h> -#include <stdio.h> -#include <time.h> -#include <unistd.h> -#include <linux/dvb/dmx.h> -#include <linux/dvb/frontend.h> -#include <linux/dvb/video.h> -#include <linux/dvb/audio.h> -#include <linux/dvb/version.h> -fe_bandwidth_t t; -int main(void) {return 0;} |