Config.in 567 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_MADPLAY
  2. bool "madplay"
  3. select BR2_PACKAGE_LIBMAD
  4. select BR2_PACKAGE_LIBID3TAG
  5. help
  6. Command-line front-end to libmad, a high-quality MPEG audio
  7. decoder. It currently supports MPEG-1 and the MPEG-2
  8. extension to lower sampling frequencies, as well as the de
  9. facto MPEG 2.5 format. All three audio layers - Layer I,
  10. Layer II, and Layer III (i.e. MP3) - are fully implemented.
  11. http://www.underbit.com/products/mad/
  12. if BR2_PACKAGE_MADPLAY
  13. config BR2_PACKAGE_MADPLAY_ALSA
  14. bool
  15. default y
  16. depends on BR2_PACKAGE_ALSA_LIB
  17. endif