feelfreelinux / cspot

A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Other
495 stars 46 forks source link

Fix build on linux with ALSA #97

Closed mattdavis90 closed 2 years ago

mattdavis90 commented 2 years ago

Thanks for an awesome project. With the below changes this works really well on Linux for me.

The version of GCC I have on Linux required that std:size_t is properly namespaced and it looks as though the bell submodule was updated but the ALSA driver wasn't.

feelfreelinux commented 2 years ago

LGTM, thanks a lot!