[FFmpeg-cvslog] configure: add missing deps for chromakey_cuda filter
Timo Rothenpieler
git at videolan.org
Sun Jul 10 18:45:53 EEST 2022
ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Sun Jul 10 17:42:51 2022 +0200| [be983d23548d8bec4c8c6f86e9bc7abceb213806] | committer: Timo Rothenpieler
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be983d23548d8bec4c8c6f86e9bc7abceb213806
---
configure | 2 ++
1 file changed, 2 insertions(+)
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"
More information about the ffmpeg-cvslog
mailing list