summarylogtreecommitdiffstats
path: root/080-ffmpeg-fix-cuda-nvcc-with-gcc14.patch
blob: 476c667537b1efbf9a89901149202dac0fca7553 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -6748,7 +6748,7 @@ if [ -z "$nvccflags" ]; then
     nvccflags=$nvccflags_default
 fi
 
-nvccflags="$nvccflags -std=c++11"
+nvccflags="$nvccflags -std=c++14"
 
 if enabled x86_64 || enabled ppc64 || enabled aarch64; then
     nvccflags="$nvccflags -m64"