diff options
author | Yaroslav Pogrebnyak <yyyaroslav@gmail.com> | 2020-03-19 17:45:48 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-28 18:39:40 +0100 |
commit | 4976b102d89787d59a3aaa438b76c62aec86ad5a (patch) | |
tree | b436a28e8857c791b6a13dc2619752172bf30cee /configure | |
parent | 77d5ea1c7cf85d16da330c60351fee3dce3c9e4c (diff) | |
download | ffmpeg-4976b102d89787d59a3aaa438b76c62aec86ad5a.tar.gz |
avfilter: add vf_overlay_cuda
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3026,6 +3026,8 @@ scale_cuda_filter_deps_any="cuda_nvcc cuda_llvm" thumbnail_cuda_filter_deps="ffnvcodec" thumbnail_cuda_filter_deps_any="cuda_nvcc cuda_llvm" transpose_npp_filter_deps="ffnvcodec libnpp" +overlay_cuda_filter_deps="ffnvcodec" +overlay_cuda_filter_deps_any="cuda_nvcc cuda_llvm" amf_deps_any="libdl LoadLibrary" nvenc_deps="ffnvcodec" |