Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 19:36:30 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377816 - head/multimedia/vdr/files
Message-ID:  <201501241936.t0OJaUGP049848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501241936.t0OJaUGP049848>