File tree Expand file tree Collapse file tree 6 files changed +1270
-0
lines changed
Expand file tree Collapse file tree 6 files changed +1270
-0
lines changed Original file line number Diff line number Diff line change @@ -3710,6 +3710,7 @@ minterpolate_filter_select="scene_sad"
37103710mptestsrc_filter_deps=" gpl"
37113711negate_filter_deps=" lut_filter"
37123712nlmeans_opencl_filter_deps=" opencl"
3713+ nlmeans_vulkan_filter_deps=" vulkan spirv_compiler"
37133714nnedi_filter_deps=" gpl"
37143715ocr_filter_deps=" libtesseract"
37153716ocv_filter_deps=" libopencv"
Original file line number Diff line number Diff line change @@ -390,6 +390,8 @@ OBJS-$(CONFIG_MULTIPLY_FILTER) += vf_multiply.o
390390OBJS-$(CONFIG_NEGATE_FILTER) += vf_negate.o
391391OBJS-$(CONFIG_NLMEANS_FILTER) += vf_nlmeans.o
392392OBJS-$(CONFIG_NLMEANS_OPENCL_FILTER) += vf_nlmeans_opencl.o opencl.o opencl/nlmeans.o
393+ OBJS-$(CONFIG_NLMEANS_VULKAN_FILTER) += vf_nlmeans_vulkan.o vulkan.o vulkan_filter.o \
394+ vulkan/prefix_sum.o
393395OBJS-$(CONFIG_NNEDI_FILTER) += vf_nnedi.o
394396OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o
395397OBJS-$(CONFIG_NOISE_FILTER) += vf_noise.o
Original file line number Diff line number Diff line change @@ -368,6 +368,7 @@ extern const AVFilter ff_vf_multiply;
368368extern const AVFilter ff_vf_negate ;
369369extern const AVFilter ff_vf_nlmeans ;
370370extern const AVFilter ff_vf_nlmeans_opencl ;
371+ extern const AVFilter ff_vf_nlmeans_vulkan ;
371372extern const AVFilter ff_vf_nnedi ;
372373extern const AVFilter ff_vf_noformat ;
373374extern const AVFilter ff_vf_noise ;
You can’t perform that action at this time.
0 commit comments