Skip to content

Commit

Permalink
stream/dvbin: remove "full-featured" API includes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CounterPillow authored and jeeb committed Sep 22, 2021
1 parent fa767b6 commit 5bf92b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stream/dvbin.h
Expand Up @@ -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
Expand Down

0 comments on commit 5bf92b6

Please sign in to comment.