xref: /OK3568_Linux_fs/buildroot/package/libcorrect/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCORRECT
2	bool "libcorrect"
3	depends on !BR2_STATIC_LIBS
4	help
5	  A C library for Forward Error Correction, providing
6	  convolutional codes and Reed-Solomon codes. It is part
7	  of the Quiet Modem Project.
8
9	  https://github.com/quiet/libcorrect
10
11comment "libcorrect needs a toolchain w/ dynamic library"
12	depends on BR2_STATIC_LIBS
13