summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2021-06-24 01:53:10 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2021-06-25 01:44:30 +0200
commit62dc5df941f5e196164c151691e4274195523e95 (patch)
treef077cbcdea587e4246c4aa1ce7331bd1f3cfd000 /configure
parentb0e2e938c31f0dc46d905cb2ea7e904645ca0c19 (diff)
avfilter/scale_cuda: add support for pixel format conversion
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ae357371d0..b124411609 100755
--- a/configure
+++ b/configure
@@ -6283,6 +6283,8 @@ if [ -z "$nvccflags" ]; then
nvccflags=$nvccflags_default
fi
+nvccflags="$nvccflags -std=c++11"
+
if enabled x86_64 || enabled ppc64 || enabled aarch64; then
nvccflags="$nvccflags -m64"
else