Blob Blame History Raw
diff -Naur vdr-2.4.7/PLUGINS/src/dvbhddevice/dvbhdffdevice.c vdr-2.4.7-new/PLUGINS/src/dvbhddevice/dvbhdffdevice.c
--- vdr-2.4.7/PLUGINS/src/dvbhddevice/dvbhdffdevice.c	2018-04-20 22:23:47.000000000 +0200
+++ vdr-2.4.7-new/PLUGINS/src/dvbhddevice/dvbhdffdevice.c	2021-08-03 14:22:36.172626332 +0200
@@ -11,9 +11,9 @@
 #include <limits.h>
 #include <libsi/si.h>
 #include <linux/videodev2.h>
-#include <linux/dvb/audio.h>
+#include <../kernel-headers-5.13/audio.h>
 #include <linux/dvb/dmx.h>
-#include <linux/dvb/video.h>
+#include <../kernel-headers-5.13/video.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <vdr/eitscan.h>
diff -Naur vdr-2.4.7/PLUGINS/src/dvbhddevice/hdffosd.c vdr-2.4.7-new/PLUGINS/src/dvbhddevice/hdffosd.c
--- vdr-2.4.7/PLUGINS/src/dvbhddevice/hdffosd.c	2018-04-20 22:23:47.000000000 +0200
+++ vdr-2.4.7-new/PLUGINS/src/dvbhddevice/hdffosd.c	2021-08-03 14:22:36.177626332 +0200
@@ -5,7 +5,7 @@
  */
 
 #include "hdffosd.h"
-#include <linux/dvb/osd.h>
+#include <../kernel-headers-5.13/osd.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
 #include "hdffcmd.h"
diff -Naur vdr-2.4.7/PLUGINS/src/dvbhddevice/dvbsdffosd.c vdr-2.4.7-new/PLUGINS/src/dvbhddevice/dvbsdffosd.c
--- vdr-2.4.7/PLUGINS/src/dvbsddevice/dvbsdffosd.c	2011-04-17 14:55:09.000000000 +0200
+++ vdr-2.4.7-new/PLUGINS/src/dvbsddevice/dvbsdffosd.c	2021-08-03 14:22:36.188626333 +0200
@@ -7,7 +7,7 @@
  */
 
 #include "dvbsdffosd.h"
-#include <linux/dvb/osd.h>
+#include <../kernel-headers-5.13/osd.h>
 #include <signal.h>
 #include <sys/ioctl.h>
 #include <sys/unistd.h>
diff -Naur vdr-2.4.7/PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h vdr-2.4.7-new/PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h
--- vdr-2.4.7/PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h	2018-04-20 22:23:47.000000000 +0200
+++ vdr-2.4.7-new/PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h	2021-08-03 14:22:36.193626333 +0200
@@ -24,7 +24,7 @@
 #ifndef HDFFCMD_BASE_H
 #define HDFFCMD_BASE_H
 
-#include <linux/dvb/osd.h>
+#include <../kernel-headers-5.13/osd.h>
 
 #if !defined OSD_RAW_CMD
 typedef struct osd_raw_cmd_s {
diff -Naur vdr-2.4.7/PLUGINS/src/dvbsddevice/dvbsdffdevice.c vdr-2.4.7-new/PLUGINS/src/dvbsddevice/dvbsdffdevice.c
--- vdr-2.4.7/PLUGINS/src/dvbsddevice/dvbsdffdevice.c	2014-03-15 13:35:21.000000000 +0100
+++ vdr-2.4.7-new/PLUGINS/src/dvbsddevice/dvbsdffdevice.c	2021-08-03 14:22:36.203626334 +0200
@@ -10,9 +10,9 @@
 #include <errno.h>
 #include <limits.h>
 #include <linux/videodev2.h>
-#include <linux/dvb/audio.h>
+#include <../kernel-headers-5.13/audio.h>
 #include <linux/dvb/dmx.h>
-#include <linux/dvb/video.h>
+#include <../kernel-headers-5.13/video.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <vdr/eitscan.h>