mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:49:39 +08:00
59bf00a335
* [speex] Add necessary tool information to OSX * Add info for linux Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
16 lines
362 B
JSON
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"
|
|
}
|
|
]
|
|
}
|