linuxOS_D21X/package/third-party/libsndfile/Config.in

15 lines
432 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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