summarylogtreecommitdiffstats
path: root/050-ffmpeg-fix-cuda-nvcc-with-gcc14.patch
blob: 55544610939321552d0e0ad78c3cb1e1d4822a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -7112,7 +7112,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"