Files
packages/anda/multimedia/ffmpeg/ffmpeg-cuda-13.patch
T
Gilver cf2a31cb75 chore(ffmpeg): Properly update spec and patches (#7189)
* fix(ffmpeg): Add VERSION_libnpp.txt

* chore: Update properly

* chore: Add new tracking files
2025-11-08 22:27:55 +08:00

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 \