mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"name": "libsndfile",
|
|
"version-string": "1.0.30",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|