vcpkg.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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": "opus",
  29. "host": true
  30. },
  31. {
  32. "name": "opus",
  33. "host": false
  34. },
  35. {
  36. "name": "libvpx",
  37. "host": true
  38. },
  39. {
  40. "name": "libvpx",
  41. "host": false
  42. },
  43. {
  44. "name": "libyuv",
  45. "host": true
  46. },
  47. {
  48. "name": "libyuv",
  49. "host": false
  50. },
  51. {
  52. "name": "ffmpeg",
  53. "host": true,
  54. "features": [
  55. {
  56. "name": "amf",
  57. "platform": "((windows | linux) & static)"
  58. },
  59. {
  60. "name": "nvcodec",
  61. "platform": "((windows | linux) & static)"
  62. },
  63. {
  64. "name": "qsv",
  65. "platform": "(windows & static)"
  66. }
  67. ],
  68. "platform": "((windows | (linux & !arm32) | osx) & static)"
  69. },
  70. {
  71. "name": "ffmpeg",
  72. "host": false,
  73. "platform": "((android | ios | (linux & arm32)) & static)"
  74. }
  75. ],
  76. "vcpkg-configuration": {
  77. "default-registry": {
  78. "kind": "builtin",
  79. "baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
  80. },
  81. "overlay-ports": [
  82. "./res/vcpkg"
  83. ]
  84. },
  85. "overrides": [
  86. {
  87. "name": "ffnvcodec",
  88. "version": "12.1.14.0"
  89. },
  90. {
  91. "name": "amd-amf",
  92. "version": "1.4.29"
  93. },
  94. {
  95. "name": "mfx-dispatch",
  96. "version": "1.35.1"
  97. }
  98. ]
  99. }