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: qvidcap: fix v4l2_convert_hook (add PRE_TARGETDEPS)
Author:  Peter Seiderer <ps.rep...@gmx.net>
Date:    Thu Nov 16 13:24:01 2023 +0100

Force early v4l2-convert.h creation by adding the v4l2_convert_hook to
PRE_TARGETDEPS.

Fixes:

  ../qvidcap/paint.cpp:318:10: fatal error: v4l2-convert.h: No such file or 
directory
  318 | #include "v4l2-convert.h"

Signed-off-by: Peter Seiderer <ps.rep...@gmx.net>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/qvidcap/qvidcap.pro | 1 +
 1 file changed, 1 insertion(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=2f463f53b0452be3211b420b0d6ae574dd387dd0
diff --git a/utils/qvidcap/qvidcap.pro b/utils/qvidcap/qvidcap.pro
index db948611a573..cf7d3ca5306f 100644
--- a/utils/qvidcap/qvidcap.pro
+++ b/utils/qvidcap/qvidcap.pro
@@ -25,6 +25,7 @@ INCLUDEPATH += $$PWD/../v4l2-compliance
 v4l2_convert_hook.depends = $$PWD/v4l2-convert.pl $$PWD/v4l2-convert.glsl
 v4l2_convert_hook.commands = perl $$PWD/v4l2-convert.pl < 
$$PWD/v4l2-convert.glsl > v4l2-convert.h
 QMAKE_EXTRA_TARGETS += v4l2_convert_hook
+PRE_TARGETDEPS += v4l2_convert_hook
 
 # Input
 HEADERS += capture.h

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

Reply via email to