2012-04-23 05:31:36 +02:00
|
|
|
config BR2_PACKAGE_AUDIOFILE
|
|
|
|
bool "audiofile"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
The Audio File Library handles reading and writing audio files
|
|
|
|
in many common formats.
|
|
|
|
|
|
|
|
http://www.68k.org/~michael/audiofile/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "audiofile needs a toolchain w/ C++"
|
2012-04-23 05:31:36 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|