summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/speex/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/speex/Config.in')
-rw-r--r--cleopatre/buildroot/package/speex/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/speex/Config.in b/cleopatre/buildroot/package/speex/Config.in
new file mode 100644
index 0000000000..9537afdb05
--- /dev/null
+++ b/cleopatre/buildroot/package/speex/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_SPEEX
+ bool "speex"
+ 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.