This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 4c69c5f156 configure: only warn about spirv-headers if vulkan was 
explicitly requested
4c69c5f156 is described below

commit 4c69c5f156ef3945b784977d1c5b3c6c334d64a0
Author:     James Almer <[email protected]>
AuthorDate: Wed Apr 8 12:29:28 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Wed Apr 8 12:29:28 2026 -0300

    configure: only warn about spirv-headers if vulkan was explicitly requested
    
    Given it's autodected by default, its checks should not print warnings nor 
abort the process.
    
    Signed-off-by: James Almer <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ff5f7935cd..041b4bd49f 100755
--- a/configure
+++ b/configure
@@ -7866,7 +7866,7 @@ fi
 if enabled vulkan; then
     check_headers spirv-headers/spirv.h ||
     check_headers spirv/unified1/spirv.h ||
-    warn "spirv-headers not found, swscale SPIR-V backend unavailable"
+    { requested vulkan && warn "spirv-headers not found, swscale SPIR-V 
backend unavailable"; }
 fi
 
 if enabled x86; then

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to