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 a76eae2765 avfilter/Makefile: fix build with Vulkan and runtime GLSL 
compilation
a76eae2765 is described below

commit a76eae2765818cda5d45975eb5cb109c6e5f111e
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Sun May 31 05:19:50 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Sun May 31 13:38:30 2026 +0000

    avfilter/Makefile: fix build with Vulkan and runtime GLSL compilation
    
    Fixes: avfilter/vulkan_shaderc.c:90: undefined reference to 
`ff_vk_shader_print'
    Fixes: #23231
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 libavfilter/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 03bf51d3fd..5f0760a2ff 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -670,8 +670,8 @@ OBJS-$(CONFIG_AMOVIE_FILTER)                 += src_movie.o
 OBJS-$(CONFIG_MOVIE_FILTER)                  += src_movie.o
 
 # vulkan libs
-OBJS-$(CONFIG_LIBGLSLANG)                    += vulkan_glslang.o
-OBJS-$(CONFIG_LIBSHADERC)                    += vulkan_shaderc.o
+OBJS-$(CONFIG_LIBGLSLANG)                    += vulkan_glslang.o vulkan.o
+OBJS-$(CONFIG_LIBSHADERC)                    += vulkan_shaderc.o vulkan.o
 
 # Objects duplicated from other libraries for shared builds
 SHLIBOBJS                                    += log2_tab.o

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

Reply via email to