bump version
[buildroot.git] / package / libmad / Config.in
blobbf7c55f48657e805324b11eb4514228a63905625
1 config BR2_PACKAGE_LIBMAD
2         bool "libmad"
3         default n
4         help
5           High-quality MPEG audio decoder.  All computations are performed
6           with fixed-point integer arithmetic, making it ideal for systems
7           without a floating-point unit.
9           http://www.underbit.com/products/mad/
11 config BR2_PACKAGE_LIBMAD_TARGET_HEADERS
12         bool "libmad headers in target"
13         default n
14         depends on BR2_PACKAGE_LIBMAD
15         help
16           Put headers files in the target.