Index: head/multimedia/vdr/files/patch-z-dvbdevice.c =================================================================== --- head/multimedia/vdr/files/patch-z-dvbdevice.c (nonexistent) +++ head/multimedia/vdr/files/patch-z-dvbdevice.c (revision 377816) @@ -0,0 +1,14 @@ +--- dvbdevice.c.orig ++++ dvbdevice.c +@@ -823,7 +823,11 @@ bool cDvbTuner::SetFrontend(void) + SETCMD(DTV_HIERARCHY, dtp.Hierarchy()); + if (frontendType == SYS_DVBT2) { + // DVB-T2 ++#ifndef DTV_DVBT2_PLP_ID ++ SETCMD(DTV_DVBT2_PLP_ID_LEGACY, dtp.PlpId()); ++#else + SETCMD(DTV_DVBT2_PLP_ID, dtp.PlpId()); ++#endif + } + + tuneTimeout = DVBT_TUNE_TIMEOUT; Property changes on: head/multimedia/vdr/files/patch-z-dvbdevice.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property