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:
Vasyl Gello
2023-11-03 09:50:17 +02:00
parent 9f4a844c9b
commit 4584cebad5
18 changed files with 949 additions and 0 deletions

59
vcpkg.json Normal file
View File

@@ -0,0 +1,59 @@
{
"dependencies": [
{
"name": "aom",
"host": true
},
{
"name": "aom",
"host": false
},
{
"name": "cpu-features",
"platform": "android"
},
{
"name": "libjpeg-turbo",
"host": true
},
{
"name": "libjpeg-turbo",
"host": false
},
{
"name": "oboe",
"platform": "android"
},
{
"name": "opus",
"host": true
},
{
"name": "opus",
"host": false
},
{
"name": "libvpx",
"host": true
},
{
"name": "libvpx",
"host": false
},
{
"name": "libyuv",
"host": true
},
{
"name": "libyuv",
"host": false
}
],
"vcpkg-configuration": {
"default-registry": {
"kind": "builtin",
"baseline": ""
},
"overlay-ports": [ "./res/vcpkg" ]
}
}