Files
packages/anda/multimedia/ffmpeg/ffmpeg-cuda-13.patch
T
Raboneko d5345c4ba7 chore(ffmpeg): Properly update spec and patches (#7189) (#7242)
* 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>
2025-11-08 17:09:19 -06: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 \