mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
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.
This commit is contained in:
parent
e1bc592ce6
commit
915722e035
@ -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;}
|
Loading…
Reference in New Issue
Block a user