Files
ffmpeg-PKGBUILD/050-ffmpeg-fix-cuda-nvcc-with-gcc14.patch
2026-03-16 22:50:27 -03:00

12 lines
289 B
Diff

--- 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"