vcpkg/ports/libsndfile/vcpkg.json
evpobr fd7e280af8
[libsndfile] Update to 1.0.29 (#12921)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-25 18:42:26 -07:00

23 lines
565 B
JSON

{
"name": "libsndfile",
"version-string": "1.0.29",
"port-version": 11,
"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": [
{
"name": "external-libs",
"description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
"dependencies": [
"libflac",
"libvorbis",
"opus"
]
}
]
}