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

Git pushed a commit to branch release/9.0
in repository ffmpeg.

commit 7c028af129157d8b61f1f9025c6fc48d6a5236dc
Author:     Lynne <[email protected]>
AuthorDate: Sun Jul 12 14:10:15 2026 +0900
Commit:     Lynne <[email protected]>
CommitDate: Tue Jul 14 00:14:28 2026 +0900

    avcodec: remove unneeded vulkan_spirv.h includes
    
    Leftover crud from before the rewrite to compile-time SPIR-V.
    
    (cherry picked from commit 1a4250e9249682bae2c1e888f9d751a5f34ee9c0)
---
 libavcodec/proresenc_kostya_vulkan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/proresenc_kostya_vulkan.c 
b/libavcodec/proresenc_kostya_vulkan.c
index 11b11675b7..ab71394337 100644
--- a/libavcodec/proresenc_kostya_vulkan.c
+++ b/libavcodec/proresenc_kostya_vulkan.c
@@ -27,7 +27,6 @@
 #include "libavutil/mem_internal.h"
 #include "libavutil/opt.h"
 #include "libavutil/pixdesc.h"
-#include "libavutil/vulkan_spirv.h"
 #include "libavutil/hwcontext_vulkan.h"
 #include "libavutil/vulkan_loader.h"
 #include "libavutil/vulkan.h"

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

Reply via email to