mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
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 <kasper93@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user