15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
menuconfig BR2_PACKAGE_LIBSNDFILE
|
|
bool "libsndfile"
|
|
help
|
|
Libsndfile is a C library for reading and writing files
|
|
containing sampled sound (such as MS Windows WAV and the
|
|
Apple/SGI AIFF format) through one standard library interface.
|
|
|
|
http://www.mega-nerd.com/libsndfile/
|
|
|
|
if BR2_PACKAGE_LIBSNDFILE
|
|
config BR2_PACKAGE_LIBSNDFILE_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|