ffmpeg | branch: master | Lynne <d...@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 $< $@ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".