svn commit: r377816 - head/multimedia/vdr/files

Juergen Lock nox at FreeBSD.org
Sat Jan 24 19:36:31 UTC 2015


Author: nox
Date: Sat Jan 24 19:36:30 2015
New Revision: 377816
URL: https://svnweb.freebsd.org/changeset/ports/377816
QAT: https://qat.redports.org/buildarchive/r377816/

Log:
  Fix build with the upcoming v4l_compat update. [1]
  
  https://reviews.freebsd.org/D1482 [1]

Added:
  head/multimedia/vdr/files/patch-z-dvbdevice.c   (contents, props changed)

Added: head/multimedia/vdr/files/patch-z-dvbdevice.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vdr/files/patch-z-dvbdevice.c	Sat Jan 24 19:36:30 2015	(r377816)
@@ -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;


More information about the svn-ports-all mailing list