summaryrefslogtreecommitdiff
path: root/configure
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 /configure
parentd1513e7f9c473dc45c4a1e060a187c32f10c4a2f (diff)
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 932ea5b553..b9e1e403b1 100755
--- a/configure
+++ b/configure
@@ -3151,6 +3151,8 @@ v4l2_m2m_deps="linux_videodev2_h sem_timedwait"
chromakey_cuda_filter_deps="ffnvcodec"
chromakey_cuda_filter_deps_any="cuda_nvcc cuda_llvm"
+bilateral_cuda_filter_deps="ffnvcodec"
+bilateral_cuda_filter_deps_any="cuda_nvcc cuda_llvm"
hwupload_cuda_filter_deps="ffnvcodec"
scale_npp_filter_deps="ffnvcodec libnpp"
scale2ref_npp_filter_deps="ffnvcodec libnpp"