xref: /OK3568_Linux_fs/buildroot/package/libgsm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBGSM
2	bool "libgsm"
3	depends on !BR2_STATIC_LIBS
4	help
5	  Shared libraries for GSM 06.10 lossy speech compression.
6
7	  http://www.quut.com/gsm
8
9comment "libgsm needs a toolchain w/ dynamic library"
10	depends on BR2_STATIC_LIBS
11