summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2023-06-07 00:22:59 +0200
committerLynne <dev@lynne.ee>2023-06-07 23:59:06 +0200
commitdae393fe724ab3c18f9d048013a1457cb06d4264 (patch)
tree7b10b0bf1fff5d149abf07aa7b587f0c2ec889ad /configure
parentf11515c77f0a2915b831d91f061fb11c4359601f (diff)
libavfilter: add vf_xfade_vulkan
This is an initial version of vf_xfade_vulkan based on vf_xfade_opencl, for now only a subset of transitions are supported.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7e68d56ab0..0a7efb242b 100755
--- a/configure
+++ b/configure
@@ -3825,6 +3825,7 @@ scale_vulkan_filter_deps="vulkan spirv_compiler"
vpp_qsv_filter_deps="libmfx"
vpp_qsv_filter_select="qsvvpp"
xfade_opencl_filter_deps="opencl"
+xfade_vulkan_filter_deps="vulkan spirv_compiler"
yadif_cuda_filter_deps="ffnvcodec"
yadif_cuda_filter_deps_any="cuda_nvcc cuda_llvm"
yadif_videotoolbox_filter_deps="metal corevideo videotoolbox"