mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
vdr: add linux 3.7 compat patch
This commit is contained in:
parent
c98a4ba805
commit
02ad99e23f
13
packages/3rdparty/multimedia/vdr/patches/vdr-1.7.27-90_linux-3.7.patch
vendored
Normal file
13
packages/3rdparty/multimedia/vdr/patches/vdr-1.7.27-90_linux-3.7.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/dvbdevice.c b/dvbdevice.c
|
||||
index 42ec5b1..69a6f0c 100644
|
||||
--- a/dvbdevice.c
|
||||
+++ b/dvbdevice.c
|
||||
@@ -839,7 +839,7 @@ bool cDvbTuner::SetFrontend(void)
|
||||
SETCMD(DTV_HIERARCHY, dtp.Hierarchy());
|
||||
if (frontendType == SYS_DVBT2) {
|
||||
// DVB-T2
|
||||
- SETCMD(DTV_DVBT2_PLP_ID, dtp.PlpId());
|
||||
+ SETCMD(DTV_DVBT2_PLP_ID_LEGACY, dtp.PlpId());
|
||||
}
|
||||
|
||||
tuneTimeout = DVBT_TUNE_TIMEOUT;
|
Loading…
x
Reference in New Issue
Block a user