vcpkg/ports/libsndfile/vcpkg.json
evpobr 1188a3fe9b
[libsndfile] Update to 1.0.31 (#15953)
* [libsndfile] Update to 1.0.31

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-01 19:24:40 -08:00

21 lines
529 B
JSON

{
"name": "libsndfile",
"version-string": "1.0.31",
"description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
"homepage": "https://github.com/erikd/libsndfile",
"license": "LGPL-2.1",
"default-features": [
"external-libs"
],
"features": {
"external-libs": {
"description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
"dependencies": [
"libflac",
"libvorbis",
"opus"
]
}
}
}