buildroot/package/libmad/Config.in

17 lines
429 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_LIBMAD
2004-12-26 08:36:59 +01:00
bool "libmad"
2004-10-09 08:13:40 +02:00
default n
help
High-quality MPEG audio decoder. All computations are performed
with fixed-point integer arithmetic, making it ideal for systems
2004-12-26 08:36:59 +01:00
without a floating-point unit.
2004-10-09 08:13:40 +02:00
2004-12-26 08:36:59 +01:00
http://www.underbit.com/products/mad/
config BR2_PACKAGE_LIBMAD_TARGET_HEADERS
bool "libmad headers in target"
default n
depends on BR2_PACKAGE_LIBMAD
help
Put headers files in the target.