linuxOS_D21X/package/third-party/libsndfile/Config.in
2024-11-29 16:13:46 +08:00

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