This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: utils: Add qvidcap to configure status report
Author:  Bård Eirik Winther <bwint...@cisco.com>
Date:    Mon Oct 8 14:28:47 2018 +0200

Add missing build status flag for qvidcap to the configuration report

Signed-off-by: Bård Eirik Winther <bwint...@cisco.com>
Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>
(cherry picked from commit 06ad469e966aafaf39c1cc76e6e0953ec7d4f9c9)

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=c5f361b8770a30974b891d1b6deca6fabde72e1c
diff --git a/configure.ac b/configure.ac
index 447495529e21..a23fa9156b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,6 +518,7 @@ AM_COND_IF([WITH_DVBV5_REMOTE], [USE_DVBV5_REMOTE="yes"
 AM_COND_IF([WITH_DYN_LIBV4L], [USE_DYN_LIBV4L="yes"], [USE_DYN_LIBV4L="no"])
 AM_COND_IF([WITH_V4LUTILS], [USE_V4LUTILS="yes"], [USE_V4LUTILS="no"])
 AM_COND_IF([WITH_QV4L2], [USE_QV4L2="yes"], [USE_QV4L2="no"])
+AM_COND_IF([WITH_QVIDCAP], [USE_QVIDCAP="yes"], [USE_QVIDCAP="no"])
 AM_COND_IF([WITH_V4L_PLUGINS], [USE_V4L_PLUGINS="yes"
                                AC_DEFINE([HAVE_V4L_PLUGINS], [1], [V4L plugin 
support enabled])],
                                [USE_V4L_PLUGINS="no"])
@@ -566,6 +567,7 @@ compile time options summary
     dvbv5-daemon               : $USE_DVBV5_REMOTE
     v4lutils                   : $USE_V4LUTILS
     qv4l2                      : $USE_QV4L2
+    qvidcap                    : $USE_QVIDCAP
     v4l2-ctl uses libv4l       : $USE_V4L2_CTL_LIBV4L
     v4l2-compliance uses libv4l: $USE_V4L2_COMPLIANCE_LIBV4L
 EOF

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to