bump version
[buildroot.git] / package / madplay / Config.in
blob73453a09d5d4d6fc882183e46dcf2884b09ad6f1
1 config BR2_PACKAGE_MADPLAY
2         bool "madplay"
3         default n
4         select BR2_PACKAGE_LIBMAD
5         select BR2_PACKAGE_LIBID3TAG
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 config BR2_PACKAGE_MADPLAY_ALSA
16         bool
17         default y
18         depends on BR2_PACKAGE_MADPLAY && BR2_PACKAGE_ALSA_LIB