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

Subject: Revert "[media] [v4l-utils] Add configure option to allow qv4l2 
disable"
Author:  Gregor Jasny <[email protected]>
Date:    Wed Jun 20 17:31:37 2012 +0200

This reverts commit 06e5235b4e1514f9234a21942261ba417deb106c.

Another patch to disable qv4l2 was already added via
7fc9fa40e7fd1a72688c6f43fc11e085079b3f0c

Signed-off-by: Gregor Jasny <[email protected]>

 configure.ac |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=df392abef60e2bcf401114e2eb3108d7e15818b8

diff --git a/configure.ac b/configure.ac
index 83519ba..8e166b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,17 +93,8 @@ AS_IF([test "x$with_jpeg" != xno],
 
 AM_CONDITIONAL([HAVE_JPEG], [$have_jpeg])
 
-AC_ARG_ENABLE(qv4l2,
-  [  --disable-qv4l2         disable qv4l2 compilation],
-  [case "${enableval}" in
-     yes | no ) with_qv4l2="${enableval}" ;;
-     *) AC_MSG_ERROR(bad value ${enableval} for --disable-qv4l2) ;;
-   esac],
-  [with_qv4l2="yes"]
-)
-
 PKG_CHECK_MODULES(QT, [QtCore >= 4.4 QtGui >= 4.4], [qt_pkgconfig=true], 
[qt_pkgconfig=false])
-if test "x$qt_pkgconfig" = "xtrue" && test "x$with_qv4l2" = "xyes"; then
+if test "x$qt_pkgconfig" = "xtrue"; then
    AC_SUBST(QT_CFLAGS)
    AC_SUBST(QT_LIBS)
    MOC=`$PKG_CONFIG --variable=moc_location QtCore`

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to