2
1

Config.in 426 B

1234567891011121314151617
  1. config BR2_PACKAGE_SPEEX
  2. bool "speex"
  3. default n
  4. help
  5. Speex is an Open Source/Free Software patent-free
  6. audio compression format designed for speech.
  7. It can be used for Voice over IP
  8. http://www.speex.org/
  9. config BR2_PACKAGE_SPEEX_ARM5E
  10. bool "Support ARM5E instruction set"
  11. default y
  12. depends on BR2_PACKAGE_SPEEX && BR2_arm
  13. help
  14. Use the additional instructions available in the ARM5E
  15. or later cores.