source: freewrt/package/gsm/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[c04ece1]1config FWRT_COMPILE_GSM
[475ad56]2 tristate
3 default n
[c04ece1]4 depends FWRT_PACKAGE_LIBGSM
[475ad56]5
[c04ece1]6config FWRT_PACKAGE_LIBGSM
[475ad56]7 prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
8 tristate
9 default m if CONFIG_DEVEL
[c04ece1]10 select FWRT_COMPILE_GSM
[475ad56]11 help
12 An implementation of the European GSM 06.10 provisional standard
13 for full-rate speech transcoding, prI-ETS 300 036, which uses
14 RPE/LTP (residual pulse excitation/long term prediction) coding
15 at 13 kbit/s.
16
17 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
18
[c04ece1]19config FWRT_PACKAGE_GSM_UTILS
[475ad56]20 prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
21 tristate
22 default m if CONFIG_DEVEL
[c04ece1]23 depends FWRT_PACKAGE_LIBGSM
[475ad56]24 help
25 An implementation of the European GSM 06.10 provisional standard
26 for full-rate speech transcoding, prI-ETS 300 036, which uses
27 RPE/LTP (residual pulse excitation/long term prediction) coding
28 at 13 kbit/s.
29
30 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
Note: See TracBrowser for help on using the repository browser.