board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / speex / Config.in
blobf18e866f1bdf8eeb2e22ad71357dbf44d69ae130
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
9           http://www.speex.org/
11 if BR2_PACKAGE_SPEEX
13 config BR2_PACKAGE_SPEEX_ARM4
14         bool
15         default y
16         depends on BR2_ARM_CPU_ARMV4
18 config BR2_PACKAGE_SPEEX_ARM5E
19         default y
20         bool
21         depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
23 endif