mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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.
This commit is contained in:
parent
b1648150b2
commit
be983d2354
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user