diff options
author | Yogender Gupta <ygupta@nvidia.com> | 2017-09-04 18:18:16 +0530 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-09-22 11:54:35 +0200 |
commit | 21e077fcb3d968e3ed6772a0309e31f94cd7a2a5 (patch) | |
tree | 06d886b172f4411234c0e5f09044e069b95fb968 /configure | |
parent | 183fd30e0f6fdc762fd955a24cfc7e6a49e1055c (diff) | |
download | ffmpeg-21e077fcb3d968e3ed6772a0309e31f94cd7a2a5.tar.gz |
avfilter/thumbnail_cuda: add cuda thumbnail filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2759,6 +2759,7 @@ vaapi_encode_deps="vaapi" hwupload_cuda_filter_deps="cuda" scale_npp_filter_deps="cuda libnpp" scale_cuda_filter_deps="cuda_sdk" +thumbnail_cuda_filter_deps="cuda_sdk" nvenc_deps="cuda" nvenc_deps_any="dlopen LoadLibrary" |