diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2021-06-24 01:53:10 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2021-06-25 01:44:30 +0200 |
commit | 62dc5df941f5e196164c151691e4274195523e95 (patch) | |
tree | f077cbcdea587e4246c4aa1ce7331bd1f3cfd000 /configure | |
parent | b0e2e938c31f0dc46d905cb2ea7e904645ca0c19 (diff) | |
download | ffmpeg-62dc5df941f5e196164c151691e4274195523e95.tar.gz |
avfilter/scale_cuda: add support for pixel format conversion
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |