Hello.
I need some help. Using OpenSUSE Tumbleweed and interested in hardware accelerated video decoding. VLC has the best codecs support, but I managed to rebuild ffmpeg 7, 6 and 5, but not 4th version (last one used by VLC 3).
Build error:
collect2: error: ld returned 1 exit status
check_nvcc cuda_nvcc
test_nvcc
BEGIN /tmp/ffconf.s4qqWQy1/test.cu
1 extern “C” {
2 global void hello(unsigned char *data) {}
3 }
END /tmp/ffconf.s4qqWQy1/test.cu
nvcc -gencode arch=compute_30,code=sm_30 -O2 -m64 -ptx -c -o /tmp/ffconf.s4qqWQy1/test.o /tmp/ffconf.s4qqWQy1/test.cu
nvcc fatal : Unsupported gpu architecture ‘compute_30’
ERROR: failed checking for nvcc.
config.log (481.1 KB)
Added also whole build output. Can someone help resolving issue? nvcc itself is working and ffmpeg 7,6,5 compiled successfully, fails only 4th version.
Cuda version: most latest installed over .sh installer.
thanks in advance.