mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 03:31:29 +03:00
Add custom ports not (yet) in upstream vcpkg
aom 3.7.0 libvpx 1.13.1: https://github.com/microsoft/vcpkg/pull/34814 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
23
res/vcpkg/opus/vcpkg.json
Normal file
23
res/vcpkg/opus/vcpkg.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user