mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
chore(ffmpeg): Backport changes (#12772)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user