xref: /OK3568_Linux_fs/buildroot/package/madplay/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
12	  http://www.underbit.com/products/mad/
13
14if BR2_PACKAGE_MADPLAY
15
16config BR2_PACKAGE_MADPLAY_ALSA
17	bool
18	default y
19	depends on BR2_PACKAGE_ALSA_LIB
20
21endif
22