mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
The bluez5 plugin can encode and decode LC3 (Bluetooth LE Audio) when built against liblc3, but the meson option was unconditionally disabled. Enable it when BR2_PACKAGE_LIBLC3 is set, using the same conditional idiom as the neighbouring opus and aac codecs. Signed-off-by: Alsey Coleman Miller <alseycmiller@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>