mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
Before, glibc appears to transitively pull in the syscall number definitions, but musl does not do this. Thus, `__NR_riscv_hwprobe` is undeclared and an error is emitted. Fix this by including `<asm/unistd.h>`, which makes the macro visible on musl.