Config.in 337 B

1234567891011121314151617
  1. config BR2_PACKAGE_SBC
  2. bool "sbc"
  3. help
  4. An audio codec to connect bluetooth high quality audio
  5. devices like headphones or loudspeakers.
  6. http://www.bluez.org/
  7. if BR2_PACKAGE_SBC
  8. config BR2_PACKAGE_SBC_TOOLS
  9. bool "tools"
  10. select BR2_PACKAGE_LIBSNDFILE
  11. help
  12. Build the command-line SBC tools as well as the library.
  13. endif