freewrt_1_0
freewrt_2_0
|
Last change
on this file since bccc703 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:
783 bytes
|
| Line | |
|---|
| 1 | config FWRT_COMPILE_SPEEX
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_LIBSPEEX
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_PACKAGE_LIBSPEEX
|
|---|
| 7 | prompt "libspeex.......................... Open source patent-free speech compression codec"
|
|---|
| 8 | tristate
|
|---|
| 9 | default m if CONFIG_DEVEL
|
|---|
| 10 | select FWRT_COMPILE_SPEEX
|
|---|
| 11 | help
|
|---|
| 12 |
|
|---|
| 13 | Speex is an Open Source/Free Software patent-free audio compression
|
|---|
| 14 | format designed for speech. The Speex Project aims to lower the
|
|---|
| 15 | barrier of entry for voice applications by providing a free
|
|---|
| 16 | alternative to expensive proprietary speech codecs. Moreover, Speex
|
|---|
| 17 | is well-adapted to Internet applications and provides useful features
|
|---|
| 18 | that are not present in most other codecs.
|
|---|
| 19 |
|
|---|
| 20 | http://www.speex.org/
|
|---|
| 21 |
|
|---|
| 22 | This package contains the shared codec library, needed by other programs.
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.