mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:10:17 +08:00
0e8f0ceefd
* [speex] disable building of example programs to avoid libogg dependency * [speex] don't use deprecated vcpkg functions
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "speex",
|
|
"version": "1.2.0",
|
|
"port-version": 10,
|
|
"description": "Speex is an Open Source/Free Software patent-free audio compression format designed for speech.",
|
|
"homepage": "https://github.com/xiph/speex",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|