f18e866f1bdf8eeb2e22ad71357dbf44d69ae130
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / speex / Config.in
1 config BR2_PACKAGE_SPEEX
2         bool "speex"
3         select BR2_PACKAGE_LIBOGG
4         help
5           Speex is an Open Source/Free Software patent-free
6           audio compression format designed for speech.
7           It can be used for Voice over IP
8
9           http://www.speex.org/
10
11 if BR2_PACKAGE_SPEEX
12
13 config BR2_PACKAGE_SPEEX_ARM4
14         bool
15         default y
16         depends on BR2_ARM_CPU_ARMV4
17
18 config BR2_PACKAGE_SPEEX_ARM5E
19         default y
20         bool
21         depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
22
23 endif