mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
81b10ef999
* [speex] update to 1.2.1 * x-add-version Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"name": "speex",
|
|
"version": "1.2.1",
|
|
"description": "Speex is an Open Source/Free Software patent-free audio compression format designed for speech.",
|
|
"homepage": "https://github.com/xiph/speex",
|
|
"license": "LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|