123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "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
- },
- {
- "name": "ffmpeg",
- "host": true,
- "features": [
- {
- "name": "amf",
- "platform": "((windows | linux) & static)"
- },
- {
- "name": "nvcodec",
- "platform": "((windows | linux) & static)"
- },
- {
- "name": "qsv",
- "platform": "(windows & static)"
- }
- ],
- "platform": "((windows | (linux & !arm32) | osx) & static)"
- },
- {
- "name": "ffmpeg",
- "host": false,
- "platform": "((android | ios | (linux & arm32)) & static)"
- }
- ],
- "vcpkg-configuration": {
- "default-registry": {
- "kind": "builtin",
- "baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
- },
- "overlay-ports": [
- "./res/vcpkg"
- ]
- },
- "overrides": [
- {
- "name": "ffnvcodec",
- "version": "12.1.14.0"
- },
- {
- "name": "amd-amf",
- "version": "1.4.29"
- },
- {
- "name": "mfx-dispatch",
- "version": "1.35.1"
- }
- ]
- }
|