[FFmpeg-cvslog] libavfilter/Makefile: fix tag for Vulkan .comp files

Lynne git at videolan.org
Sun Oct 6 02:34:41 EEST 2024


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sun Oct  6 01:28:38 2024 +0200| [6756136c92b8a30008b4f777b32bc2d1023fca3b] | committer: Lynne

libavfilter/Makefile: fix tag for Vulkan .comp files

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6756136c92b8a30008b4f777b32bc2d1023fca3b
---

 libavfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 7d8391f132..7868e6fbe2 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -682,6 +682,6 @@ libavfilter/opencl/%.c: $(SRC_PATH)/libavfilter/opencl/%.cl
 
 VULKAN = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/vulkan/*.comp))
 .SECONDARY: $(VULKAN:.comp=.c)
-libavfilter/vulkan/%.c: TAG = OPENCL
+libavfilter/vulkan/%.c: TAG = VULKAN
 libavfilter/vulkan/%.c: $(SRC_PATH)/libavfilter/vulkan/%.comp
 	$(M)$(SRC_PATH)/tools/source2c $< $@



More information about the ffmpeg-cvslog mailing list