mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
aplay needs alsa-lib mixer since bump to version 4.0.0 in commite843433e18and7050c9a818: In file included from alsa-mixer.c:11: alsa-mixer.h:16:21: error: unknown type name 'snd_mixer_t'; did you mean 'snd_timer_t'? 16 | int alsa_mixer_open(snd_mixer_t **mixer, snd_mixer_elem_t **elem, | ^~~~~~~~~~~ | snd_timer_t So select BR2_PACKAGE_ALSA_LIB_MIXER instead of building aplay conditionally to keep backward compatibility Fixes: - http://autobuild.buildroot.org/results/d3faac6e49fe9cc21091a5dfa44780b8c63189be Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>