mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
cf2a31cb75
* fix(ffmpeg): Add VERSION_libnpp.txt * chore: Update properly * chore: Add new tracking files
14 lines
577 B
Diff
14 lines
577 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:02.273543997 +0100
|
|
+++ ffmpeg-7.1.2/configure 2025-10-27 10:07:02.276510125 +0100
|
|
@@ -4710,6 +4710,9 @@
|
|
if $nvcc $nvccflags_default 2>&1 | grep -qi unsupported; then
|
|
nvccflags_default="-gencode arch=compute_60,code=sm_60 -O2"
|
|
fi
|
|
+ if $nvcc $nvccflags_default 2>&1 | grep -qi unsupported; then
|
|
+ nvccflags_default="-gencode arch=compute_75,code=sm_75 -O2"
|
|
+ fi
|
|
fi
|
|
|
|
set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
|