python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / madplay / Config.in
blobd83fac6d1f30a19582a61be23cc669429207da92
1 config BR2_PACKAGE_MADPLAY
2         bool "madplay"
3         select BR2_PACKAGE_LIBMAD
4         select BR2_PACKAGE_LIBID3TAG
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6         help
7           Command-line front-end to libmad, a high-quality MPEG audio decoder.
8           It currently supports MPEG-1 and the MPEG-2 extension to lower
9           sampling frequencies, as well as the de facto MPEG 2.5 format. All
10           three audio layers — Layer I, Layer II, and Layer III (i.e. MP3) —
11           are fully implemented.
13           http://www.underbit.com/products/mad/
15 if BR2_PACKAGE_MADPLAY
17 config BR2_PACKAGE_MADPLAY_ALSA
18         bool
19         default y
20         depends on BR2_PACKAGE_ALSA_LIB
22 endif