let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / speex / Config.in
1 config BR2_COMPILE_SPEEX
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBSPEEX
5
6 config BR2_PACKAGE_LIBSPEEX
7 prompt "libspeex.......................... Open source patent-free speech compression codec"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_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