1config 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 9 http://www.speex.org/ 10 11if BR2_PACKAGE_SPEEX 12 13config BR2_PACKAGE_SPEEX_ARM4 14 bool 15 default y 16 depends on BR2_ARM_CPU_ARMV4 17 18config BR2_PACKAGE_SPEEX_ARM5E 19 bool 20 default y 21 depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4 22 23endif 24