2007-11-29 10:43:36 +01:00
|
|
|
config BR2_PACKAGE_SPEEX
|
|
|
|
bool "speex"
|
2008-08-17 15:20:28 +02:00
|
|
|
select BR2_PACKAGE_LIBOGG
|
2007-11-29 10:43:36 +01: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/
|
|
|
|
|
2008-08-17 15:46:42 +02:00
|
|
|
config BR2_PACKAGE_SPEEX_ARM4
|
|
|
|
bool
|
|
|
|
default y
|
2013-04-04 09:29:47 +02:00
|
|
|
depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526)
|
2008-08-17 15:46:42 +02:00
|
|
|
|
2007-11-29 10:43:36 +01:00
|
|
|
config BR2_PACKAGE_SPEEX_ARM5E
|
|
|
|
default y
|
2008-08-17 15:46:42 +02:00
|
|
|
bool
|
2013-04-04 09:29:47 +02:00
|
|
|
depends on BR2_PACKAGE_SPEEX && BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
|
2008-08-17 15:46:42 +02:00
|
|
|
|