blob: a4f0a9e1279d20498971b17e7128e351d4e3014e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config BR2_PACKAGE_SPEEX
bool "speex"
select BR2_PACKAGE_LIBOGG
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/
config BR2_PACKAGE_SPEEX_ARM4
bool
default y
depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526)
config BR2_PACKAGE_SPEEX_ARM5E
default y
bool
depends on BR2_PACKAGE_SPEEX && BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
|