linuxOS_D21X/package/third-party/sbc/Config.in
2024-11-29 16:13:46 +08:00

15 lines
337 B
Plaintext

menuconfig BR2_PACKAGE_SBC
bool "sbc"
select BR2_PACKAGE_LIBSNDFILE
help
An audio codec to connect bluetooth high quality audio
devices like headphones or loudspeakers.
http://www.bluez.org/
if BR2_PACKAGE_SBC
config BR2_PACKAGE_SBC_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif