mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
build: reject broken roaraudio sndio emulation
roaraudio has some sort of sndio emulation, but apparently its header file is either blatantly broken, or an old version from the past. The sio_onvol() function has the wrong return type (void instead of int), and the SIO_DEVANY symbol is missing entirely. This broke the build, because the configure check was successful anyway.
This commit is contained in:
parent
dc582f2505
commit
cb45ea371f