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: configure.ac: fix qv4l2/qvidcap build
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Fri Oct 19 08:51:16 2018 +0200

Add missing QTGL_CFLAGS/LIBS defines.

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

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

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=53e874d36bc33baf8756999b5c54cbba84ee899a
diff --git a/configure.ac b/configure.ac
index 53161c391742..387f85399ec2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,8 +238,8 @@ if test "x$qt_pkgconfig" = "xtrue"; then
    if test "x$qt_pkgconfig_gl" = "xtrue"; then
       QTGL_CFLAGS="$QT5GL_CFLAGS -fPIC"
       QTGL_LIBS="$QT5GL_LIBS"
-      AC_SUBST(QT_CFLAGS)
-      AC_SUBST(QT_LIBS)
+      AC_SUBST(QTGL_CFLAGS)
+      AC_SUBST(QTGL_LIBS)
       AC_DEFINE([HAVE_QTGL], [1], [qt has opengl support])
       if test "x$qt54_pkgconfig" = "xtrue"; then
         QT_VERSION="v5.4 with QtGL"

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

Reply via email to