summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMohamed Khaled Mohamed <mohamed.elbassiony00@eng-st.cu.edu.eg>2022-08-30 21:13:27 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-09-03 15:18:56 +0200
commit1a5cd79f518268203c4fff7c664b387e5720f1f4 (patch)
tree2f86284986019a58906caec963a442c8bc7b2cc2 /libavfilter/Makefile
parentd1513e7f9c473dc45c4a1e060a187c32f10c4a2f (diff)
downloadffmpeg-1a5cd79f518268203c4fff7c664b387e5720f1f4.tar.gz
avfilter: add bilateral_cuda filter
GSoC 2022 Signed-off-by: Mohamed Khaled <mohamed.elbassiony00@eng-st.cu.edu.eg> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c5c44db440..841ec47141 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -194,6 +194,7 @@ OBJS-$(CONFIG_AVGBLUR_VULKAN_FILTER) += vf_avgblur_vulkan.o vulkan.o vul
OBJS-$(CONFIG_BBOX_FILTER) += bbox.o vf_bbox.o
OBJS-$(CONFIG_BENCH_FILTER) += f_bench.o
OBJS-$(CONFIG_BILATERAL_FILTER) += vf_bilateral.o
+OBJS-$(CONFIG_BILATERAL_CUDA_FILTER) += vf_bilateral_cuda.o vf_bilateral_cuda.ptx.o
OBJS-$(CONFIG_BITPLANENOISE_FILTER) += vf_bitplanenoise.o
OBJS-$(CONFIG_BLACKDETECT_FILTER) += vf_blackdetect.o
OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o