summaryrefslogtreecommitdiff
path: root/package/speex/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/speex/Config.in')
-rw-r--r--package/speex/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/speex/Config.in b/package/speex/Config.in
new file mode 100644
index 000000000..992bcf846
--- /dev/null
+++ b/package/speex/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_SPEEX
+ bool "speex"
+ default n
+ 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.