stream/dvbin: remove "full-featured" API includes

In Linux kernel commit 819fbd3d8ef36c09576c2a0ffea503f5c46e9177
these two header files were moved to staging (though they've since
been moved out again by Linus.)

We do not actually use this, and it's in a state of maybe-removal
from the kernel as of Linux 5.14. Get rid of it; mpv still builds
fine without it, so it wasn't needed anyways.

Fixes #9233.
This commit is contained in:
Nicolas F 2021-09-22 17:06:47 +02:00 committed by Jan Ekström
parent fa767b6268
commit 5bf92b628d
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#include <inttypes.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>
#define MAX_ADAPTERS 16