summaryrefslogtreecommitdiff
path: root/package/libmad/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libmad/Config.in')
-rw-r--r--package/libmad/Config.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/package/libmad/Config.in b/package/libmad/Config.in
index 540ac0267..bf7c55f48 100644
--- a/package/libmad/Config.in
+++ b/package/libmad/Config.in
@@ -2,8 +2,15 @@ config BR2_PACKAGE_LIBMAD
bool "libmad"
default n
help
- High-quality MPEG audio decoder. All computations are performed
- with fixed-point integer arithmetic, making it ideal for systems
+ High-quality MPEG audio decoder. All computations are performed
+ with fixed-point integer arithmetic, making it ideal for systems
without a floating-point unit.
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.