chore(ffmpeg): Backport changes (#12772)

This commit is contained in:
Gilver
2026-06-01 09:11:47 -05:00
committed by GitHub
parent 41e0928a2e
commit e07b06fee8
16 changed files with 2557 additions and 2834 deletions
-12
View File
@@ -1,12 +0,0 @@
diff -Naur ffmpeg-7.1.2.old/configure ffmpeg-7.1.2/configure
--- ffmpeg-7.1.2.old/configure 2025-10-27 10:07:01.862821941 +0100
+++ ffmpeg-7.1.2/configure 2025-10-27 10:07:02.140469997 +0100
@@ -6766,7 +6766,7 @@
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"