aboutsummaryrefslogtreecommitdiffstats
path: root/package/gsm/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-08 17:33:29 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-08 17:33:29 +0000
commitbb1ff40c2601c1ab7cabac7d58cba8e7727754d1 (patch)
tree5bcf2bd57822807b8056234c7f80de6d94ae3b9a /package/gsm/Config.in
parentcb544cad97ff801c5b51874ce8ba4a5aa8bf7841 (diff)
downloadmaster-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.tar.gz
master-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.tar.bz2
master-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.zip
add libgsm and gsm-utils packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gsm/Config.in')
-rw-r--r--package/gsm/Config.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/gsm/Config.in b/package/gsm/Config.in
new file mode 100644
index 0000000000..f6d6587edc
--- /dev/null
+++ b/package/gsm/Config.in
@@ -0,0 +1,30 @@
+config BR2_COMPILE_GSM
+ tristate
+ default n
+ depends BR2_PACKAGE_LIBGSM
+
+config BR2_PACKAGE_LIBGSM
+ prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_GSM
+ help
+ An implementation of the European GSM 06.10 provisional standard
+ for full-rate speech transcoding, prI-ETS 300 036, which uses
+ RPE/LTP (residual pulse excitation/long term prediction) coding
+ at 13 kbit/s.
+
+ ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
+
+config BR2_PACKAGE_GSM_UTILS
+ prompt "gsm-utils......................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_LIBGSM
+ help
+ An implementation of the European GSM 06.10 provisional standard
+ for full-rate speech transcoding, prI-ETS 300 036, which uses
+ RPE/LTP (residual pulse excitation/long term prediction) coding
+ at 13 kbit/s.
+
+ ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/