Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 20:54:57 +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: r377825 - head/multimedia/w_scan/files
Message-ID:  <201501242054.t0OKsvap088653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Sat Jan 24 20:54:56 2015
New Revision: 377825
URL: https://svnweb.freebsd.org/changeset/ports/377825
QAT: https://qat.redports.org/buildarchive/r377825/

Log:
  (Attempt to) fix build with the upcoming v4l_compat update. [1]
  
  https://reviews.freebsd.org/D1482 [1]

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

Added: head/multimedia/w_scan/files/patch-z-scan.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/w_scan/files/patch-z-scan.c	Sat Jan 24 20:54:56 2015	(r377825)
@@ -0,0 +1,14 @@
+--- a/scan.c
++++ b/scan.c
+@@ -1816,7 +1816,11 @@ static int set_frontend(int frontend_fd,
+                                 case SCAN_TERRESTRIAL:
+                                         set_cmd_sequence(DTV_DELIVERY_SYSTEM,   t->param.u.terr.delivery_system);
+                                         if (t->param.u.terr.delivery_system == SYS_DVBT2) {
++#ifndef DTV_DVBT2_PLP_ID
++                                           set_cmd_sequence(DTV_DVBT2_PLP_ID_LEGACY, t->pids.plp_id);
++#else
+                                            set_cmd_sequence(DTV_DVBT2_PLP_ID, t->pids.plp_id);
++#endif
+                                            }
+                                         set_cmd_sequence(DTV_FREQUENCY,         t->param.frequency);
+                                         set_cmd_sequence(DTV_INVERSION,         t->param.inversion);



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