vcpkg.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "dependencies": [
  3. {
  4. "name": "aom",
  5. "host": true
  6. },
  7. {
  8. "name": "aom",
  9. "host": false
  10. },
  11. {
  12. "name": "cpu-features",
  13. "platform": "android"
  14. },
  15. {
  16. "name": "libjpeg-turbo",
  17. "host": true
  18. },
  19. {
  20. "name": "libjpeg-turbo",
  21. "host": false
  22. },
  23. {
  24. "name": "oboe",
  25. "platform": "android"
  26. },
  27. {
  28. "name": "oboe-wrapper",
  29. "platform": "android"
  30. },
  31. {
  32. "name": "opus",
  33. "host": true
  34. },
  35. {
  36. "name": "opus",
  37. "host": false
  38. },
  39. {
  40. "name": "libvpx",
  41. "host": true
  42. },
  43. {
  44. "name": "libvpx",
  45. "host": false
  46. },
  47. {
  48. "name": "libyuv",
  49. "host": true
  50. },
  51. {
  52. "name": "libyuv",
  53. "host": false
  54. },
  55. {
  56. "name": "ffmpeg",
  57. "host": true,
  58. "features": [
  59. {
  60. "name": "amf",
  61. "platform": "((windows | linux) & static)"
  62. },
  63. {
  64. "name": "nvcodec",
  65. "platform": "((windows | linux) & static)"
  66. },
  67. {
  68. "name": "qsv",
  69. "platform": "(windows & static)"
  70. }
  71. ],
  72. "platform": "((windows | (linux & !arm32) | osx) & static)"
  73. },
  74. {
  75. "name": "ffmpeg",
  76. "host": false,
  77. "platform": "((android | ios | (linux & arm32)) & static)"
  78. }
  79. ],
  80. "vcpkg-configuration": {
  81. "default-registry": {
  82. "kind": "builtin",
  83. "baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
  84. },
  85. "overlay-ports": [
  86. "./res/vcpkg"
  87. ]
  88. },
  89. "overrides": [
  90. { "name": "ffnvcodec", "version": "12.1.14.0" },
  91. { "name": "amd-amf", "version": "1.4.29" },
  92. { "name": "mfx-dispatch", "version": "1.35.1" }
  93. ]
  94. }