let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / madplay / Config.in
1 config BR2_PACKAGE_MADPLAY
2        tristate "madplay........................... MPEG audio player in fixed point"
3        default m if CONFIG_DEVELOPER
4        select BR2_PACKAGE_LIBID3TAG 
5        select BR2_PACKAGE_LIBMAD
6        help
7          MAD is an MPEG audio decoder. It currently only supports the MPEG 1
8          standard, but fully implements all three audio layers (Layer I, Layer II,
9          and Layer III, the latter often colloquially known as MP3.).  There is also
10          full support for ID3 tags.
11
12