vcpkg.json 663 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "libvpx",
  3. "version": "1.14.1",
  4. "port-version": 0,
  5. "description": "The reference software implementation for the video coding formats VP8 and VP9.",
  6. "homepage": "https://github.com/webmproject/libvpx",
  7. "license": "BSD-3-Clause",
  8. "dependencies": [
  9. {
  10. "name": "vcpkg-cmake-get-vars",
  11. "host": true
  12. },
  13. {
  14. "name": "vcpkg-msbuild",
  15. "host": true,
  16. "platform": "windows & !mingw"
  17. }
  18. ],
  19. "features": {
  20. "highbitdepth": {
  21. "description": "use VP9 high bit depth (10/12) profiles"
  22. },
  23. "realtime": {
  24. "description": "enable this option while building for real-time encoding"
  25. }
  26. }
  27. }