kumquat-buildroot/package/speex/Config.in
Peter Korsgaard 52abf53f32 speex: select libogg
Speex depends on libogg, so make it visible in Kconfig
2008-08-17 13:20:28 +00:00

18 lines
441 B
Plaintext

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_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.