summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2021-09-22 17:06:47 +0200
committerJan Ekström <jeebjp@gmail.com>2021-09-22 19:48:14 +0300
commit5bf92b628d0d27675a06f94da827299131ff698b (patch)
tree1c849e7febd2d2f6966dbeb39dbeab098af802bc
parentfa767b626859cb2e4fbbc29f0b308d3638c10149 (diff)
downloadmpv-5bf92b628d0d27675a06f94da827299131ff698b.tar.bz2
mpv-5bf92b628d0d27675a06f94da827299131ff698b.tar.xz
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.
-rw-r--r--stream/dvbin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index aca2cabdb4..1c314bda82 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -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