15 lines
337 B
Plaintext
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
|