vcpkg/ports/soxr/vcpkg.json
chausner 824fbe62f6
[soxr] Add features, fix VCRT runtime linkage (#20797)
* Add features lsr-bindings and openmp to soxr, set BUILD_SHARED_RUNTIME

* Update git-tree hash

* Convert tabs to spaces

* Update git-tree hash

* Use string(COMPARE

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-19 18:29:10 -07:00

22 lines
441 B
JSON

{
"name": "soxr",
"version": "0.1.3",
"port-version": 5,
"description": "High quality audio resampling",
"homepage": "https://sourceforge.net/projects/soxr/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"lsr-bindings": {
"description": "Include a `libsamplerate'-like interface."
},
"openmp": {
"description": "Include OpenMP threading."
}
}
}