02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
config BR2_PACKAGE_SPEEX
|
|
bool "speex"
|
|
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_ARM5E
|
|
bool "Support ARM5E instruction set"
|
|
default y
|
|
depends on BR2_PACKAGE_SPEEX && BR2_arm
|
|
help
|
|
Use the additional instructions available in the ARM5E
|
|
or later cores.
|