2007-11-29 17:43:36 +08:00
|
|
|
config BR2_PACKAGE_SPEEX
|
|
|
|
bool "speex"
|
2008-08-17 21:20:28 +08:00
|
|
|
select BR2_PACKAGE_LIBOGG
|
2007-11-29 17:43:36 +08:00
|
|
|
help
|
|
|
|
Speex is an Open Source/Free Software patent-free
|
|
|
|
audio compression format designed for speech.
|
|
|
|
It can be used for Voice over IP
|
|
|
|
|
|
|
|
http://www.speex.org/
|
|
|
|
|
2013-12-21 05:31:30 +08:00
|
|
|
if BR2_PACKAGE_SPEEX
|
|
|
|
|
2008-08-17 21:46:42 +08:00
|
|
|
config BR2_PACKAGE_SPEEX_ARM4
|
2013-11-12 00:23:23 +08:00
|
|
|
bool
|
|
|
|
default y
|
2013-12-21 05:31:30 +08:00
|
|
|
depends on BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526
|
2008-08-17 21:46:42 +08:00
|
|
|
|
2007-11-29 17:43:36 +08:00
|
|
|
config BR2_PACKAGE_SPEEX_ARM5E
|
|
|
|
default y
|
2008-08-17 21:46:42 +08:00
|
|
|
bool
|
2013-12-21 05:31:30 +08:00
|
|
|
depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
|
|
|
|
|
|
|
|
endif
|