11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
|
config BR2_PACKAGE_LIBGSM
|
||
|
bool "libgsm"
|
||
|
depends on !BR2_STATIC_LIBS
|
||
|
help
|
||
|
Shared libraries for GSM 06.10 lossy speech compression.
|
||
|
|
||
|
http://www.quut.com/gsm
|
||
|
|
||
|
comment "libgsm needs a toolchain w/ dynamic library"
|
||
|
depends on BR2_STATIC_LIBS
|