Config.in 429 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBMAD
  2. bool "libmad"
  3. default n
  4. help
  5. High-quality MPEG audio decoder. All computations are performed
  6. with fixed-point integer arithmetic, making it ideal for systems
  7. without a floating-point unit.
  8. http://www.underbit.com/products/mad/
  9. config BR2_PACKAGE_LIBMAD_TARGET_HEADERS
  10. bool "libmad headers in target"
  11. default n
  12. depends on BR2_PACKAGE_LIBMAD
  13. help
  14. Put headers files in the target.