mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The libsndfile package homepage url [1] points to an old site in which the last update is for version 1.0.28 (April 2 2017). This site does not seem to be maintained anymore. This commit updates the libsndfile homepage url to [2]. [1] http://www.mega-nerd.com/libsndfile/ [2] https://libsndfile.github.io/libsndfile/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
config 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.
|
|
|
|
https://libsndfile.github.io/libsndfile/
|