Config.in 355 B

123456789101112
  1. config 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. https://github.com/quiet/libcorrect
  9. comment "libcorrect needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS