mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
1839d571fb
* fix(ffmpeg): Add VERSION_libnpp.txt
* chore: Update properly
* chore: Add new tracking files
(cherry picked from commit cf2a31cb75)
Co-authored-by: Gilver <rockgrub@disroot.org>
13 lines
419 B
Diff
13 lines
419 B
Diff
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"
|