Config.in 407 B

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