summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-07-10 17:42:51 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-07-10 17:42:58 +0200
commitbe983d23548d8bec4c8c6f86e9bc7abceb213806 (patch)
tree61f99b45fc182435036a03ac464c7b727ba51762
parentb1648150b2fdd1e4dba9fc05d08ee6fea13798c9 (diff)
configure: add missing deps for chromakey_cuda filter
Not sure how those went missing at some point during the review process, but it went unnoticed since all my test machines obviously have the deps.
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 0558e937ca..9d6457d81b 100755
--- a/configure
+++ b/configure
@@ -3142,6 +3142,8 @@ 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"
hwupload_cuda_filter_deps="ffnvcodec"
scale_npp_filter_deps="ffnvcodec libnpp"
scale2ref_npp_filter_deps="ffnvcodec libnpp"