summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoman Arzumanyan <rarzumanyan@nvidia.com>2022-09-10 11:05:56 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2022-09-13 22:59:30 +0200
commitcc81ab283c72921a23f7dc149c6a2b386eaf77c6 (patch)
tree31cd9da00d55a59d453a8d327ce6d0bfbf325fb2 /configure
parentc177108ae1144fd4e6cedb4a702260dbaa179825 (diff)
libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index b7dc1d8656..240ae942d1 100755
--- a/configure
+++ b/configure
@@ -3149,10 +3149,12 @@ qsvvpp_select="qsv"
vaapi_encode_deps="vaapi"
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"
+chromakey_cuda_filter_deps="ffnvcodec"
+chromakey_cuda_filter_deps_any="cuda_nvcc cuda_llvm"
+colorspace_cuda_filter_deps="ffnvcodec"
+colorspace_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"