The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / madplay / Config.in
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.
12
13           http://www.underbit.com/products/mad/
14
15 if BR2_PACKAGE_MADPLAY
16
17 config BR2_PACKAGE_MADPLAY_ALSA
18         bool
19         default y
20         depends on BR2_PACKAGE_ALSA_LIB
21
22 endif