vcpkg.json 951 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "vcpkg-configuration": {
  57. "default-registry": {
  58. "kind": "builtin",
  59. "baseline": ""
  60. },
  61. "overlay-ports": [ "./res/vcpkg" ]
  62. }
  63. }