vcpkg/ports/speex/vcpkg.json
Cheney Wang 59bf00a335
[speex] Add necessary tool information to OSX (#23498)
* [speex] Add necessary tool information to OSX

* Add info for linux

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-03-14 17:05:39 -07:00

16 lines
362 B
JSON

{
"name": "speex",
"version": "1.2.0",
"port-version": 11,
"description": "Speex is an Open Source/Free Software patent-free audio compression format designed for speech.",
"homepage": "https://github.com/xiph/speex",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true,
"platform": "windows"
}
]
}