Re: [FFmpeg-devel] [PATCH] lavu/riscv: fallback to raw hwprobe() system call

2024-05-14 Thread Rémi Denis-Courmont
Le lauantaina 11. toukokuuta 2024, 17.41.52 EEST Rémi Denis-Courmont a écrit : > Not all C run-times support this, and even then, it will be a while > before distributions provide recent enough versions thereof. Merged. The FATE box should now have working hardware detection. -- レミ・デニ-クールモン http

[FFmpeg-devel] [PATCH] lavu/riscv: fallback to raw hwprobe() system call

2024-05-11 Thread Rémi Denis-Courmont
Not all C run-times support this, and even then, it will be a while before distributions provide recent enough versions thereof. Since this is a trivial system call wrapper, we might just as well call the corresponding kernel system call directly where the C run-time lacks support but the kernel h