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.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/speex/Config.in b/package/speex/Config.in
new file mode 100644
index 000000000..f9cfe97ba
--- /dev/null
+++ b/package/speex/Config.in
@@ -0,0 +1,24 @@
+config ADK_COMPILE_SPEEX
+ tristate
+ default n
+ depends ADK_CXX
+ depends ADK_PACKAGE_LIBSPEEX
+
+config ADK_PACKAGE_LIBSPEEX
+ prompt "libspeex.......................... Open source patent-free speech compression codec"
+ tristate
+ default n
+ select ADK_COMPILE_SPEEX
+ help
+
+ Speex is an Open Source/Free Software patent-free audio compression
+ format designed for speech. The Speex Project aims to lower the
+ barrier of entry for voice applications by providing a free
+ alternative to expensive proprietary speech codecs. Moreover, Speex
+ is well-adapted to Internet applications and provides useful features
+ that are not present in most other codecs.
+
+ http://www.speex.org/
+
+ This package contains the shared codec library, needed by other programs.
+