mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 09:49:11 +08:00
4584cebad5
aom 3.7.0 libvpx 1.13.1: https://github.com/microsoft/vcpkg/pull/34814 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "opus",
|
|
"version": "1.4",
|
|
"port-version": 1,
|
|
"description": "Totally open, royalty-free, highly versatile audio codec",
|
|
"homepage": "https://github.com/xiph/opus",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"avx": {
|
|
"description": "Builds the library with avx instruction set"
|
|
}
|
|
}
|
|
}
|