aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-10-06 01:28:38 +0200
committerLynne <dev@lynne.ee>2024-10-06 01:32:46 +0200
commit6756136c92b8a30008b4f777b32bc2d1023fca3b (patch)
tree24f5e680e768cd3f297380861b7502180ee896c9
parent4a557baaa1fa150663f20117b4a781392f65143e (diff)
downloadffmpeg-6756136c92b8a30008b4f777b32bc2d1023fca3b.tar.gz
libavfilter/Makefile: fix tag for Vulkan .comp files
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $< $@