e7df5afeb9
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
26 lines
727 B
Plaintext
26 lines
727 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_ARM_GENERIC
|
|
bool
|
|
default y
|
|
depends on BR2_PACKAGE_SPEEX && (BR2_generic_arm || BR2_arm610 || BR2_arm710)
|
|
|
|
config BR2_PACKAGE_SPEEX_ARM4
|
|
bool
|
|
default y
|
|
depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_sa110 || BR2_sa1100)
|
|
|
|
config BR2_PACKAGE_SPEEX_ARM5E
|
|
default y
|
|
bool
|
|
depends on BR2_PACKAGE_SPEEX && BR2_arm && !(BR2_PACKAGE_SPEEX_ARM_GENERIC || BR2_PACKAGE_SPEEX_ARM4)
|
|
|