You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to fix this by changing driver_alsa.c:29 from #include <asoundlib.h> to #include <alsa/asoundlib.h>.
I've no great talent at this sort of thing so this may be a red herring but I found something that suggests this is because of a change from alsa 1.1.8 to 1.1.9 https://alsa-project.org/wiki/Changes_v1.1.8_v1.1.9
The text was updated successfully, but these errors were encountered:
I wondered when that deprecation would eventually bite me, but it's apparently not ALSA that's removed the backwards-compatibility header file, so Fedora must have an ALSA imitation package. Either way, jonof/jfaudiolib@474e0c6 updates the path and the submodule here in JFSW will be updated soon.
commit 3d82a71
I was able to fix this by changing driver_alsa.c:29 from
#include <asoundlib.h>
to#include <alsa/asoundlib.h>
.I've no great talent at this sort of thing so this may be a red herring but I found something that suggests this is because of a change from alsa 1.1.8 to 1.1.9 https://alsa-project.org/wiki/Changes_v1.1.8_v1.1.9
The text was updated successfully, but these errors were encountered: