summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYogender Gupta <ygupta@nvidia.com>2017-09-04 18:18:16 +0530
committerTimo Rothenpieler <timo@rothenpieler.org>2017-09-22 11:54:35 +0200
commit21e077fcb3d968e3ed6772a0309e31f94cd7a2a5 (patch)
tree06d886b172f4411234c0e5f09044e069b95fb968 /configure
parent183fd30e0f6fdc762fd955a24cfc7e6a49e1055c (diff)
avfilter/thumbnail_cuda: add cuda thumbnail filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2de20a02a4..ff9a64292c 100755
--- a/configure
+++ b/configure
@@ -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"