linuxOS_D21X/package/third-party/sbc/Config.in

15 lines
337 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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