Config.in 439 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_SPEEX
  2. bool "speex"
  3. select BR2_PACKAGE_LIBOGG
  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. if BR2_PACKAGE_SPEEX
  10. config BR2_PACKAGE_SPEEX_ARM4
  11. bool
  12. default y
  13. depends on BR2_ARM_CPU_ARMV4
  14. config BR2_PACKAGE_SPEEX_ARM5E
  15. bool
  16. default y
  17. depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
  18. endif