vcpkg/ports/speex/vcpkg.json
LilyWangLL 81b10ef999
[speex] update to 1.2.1 (#25726)
* [speex] update to 1.2.1

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-12 10:49:24 -07:00

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"
}
]
}