1
0

vcpkg.json 447 B

123456789101112131415
  1. {
  2. "name": "libvpx",
  3. "version": "1.12.0",
  4. "description": "The reference software implementation for the video coding formats VP8 and VP9.",
  5. "homepage": "https://github.com/webmproject/libvpx",
  6. "license": "BSD-3-Clause",
  7. "features": {
  8. "highbitdepth": {
  9. "description": "use VP9 high bit depth (10/12) profiles"
  10. },
  11. "realtime": {
  12. "description": "enable this option while building for real-time encoding"
  13. }
  14. }
  15. }