mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
vdr: remove 'API version 5.3 or higher' error..
This commit is contained in:
parent
7a66490f3a
commit
ab937f7cbd
15
packages/3rdparty/multimedia/vdr/patches/vdr-90-dvbapi.patch
vendored
Normal file
15
packages/3rdparty/multimedia/vdr/patches/vdr-90-dvbapi.patch
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff --git a/dvbdevice.h b/dvbdevice.h
|
||||||
|
index 6a1a11e..a02c3bc 100644
|
||||||
|
--- a/dvbdevice.h
|
||||||
|
+++ b/dvbdevice.h
|
||||||
|
@@ -14,10 +14,6 @@
|
||||||
|
#include <linux/dvb/version.h>
|
||||||
|
#include "device.h"
|
||||||
|
|
||||||
|
-#if (DVB_API_VERSION << 8 | DVB_API_VERSION_MINOR) < 0x0503
|
||||||
|
-#error VDR requires Linux DVB driver API version 5.3 or higher!
|
||||||
|
-#endif
|
||||||
|
-
|
||||||
|
#define MAXDVBDEVICES 8
|
||||||
|
#define MAXDELIVERYSYSTEMS 8
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user