vcpkg/ports/soxr/vcpkg.json
Dylan Staley ad606d66cd
[soxr] fix arm64-osx build (#25439)
* [soxr] detect arm64 on macOS

* [soxr] update versions
2022-07-01 22:37:34 -07:00

22 lines
441 B
JSON

{
"name": "soxr",
"version": "0.1.3",
"port-version": 7,
"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."
}
}
}