vcpkg.json 457 B

1234567891011121314151617181920212223
  1. {
  2. "name": "opus",
  3. "version": "1.5.2",
  4. "description": "Totally open, royalty-free, highly versatile audio codec",
  5. "homepage": "https://github.com/xiph/opus",
  6. "license": "BSD-3-Clause",
  7. "dependencies": [
  8. {
  9. "name": "vcpkg-cmake",
  10. "host": true
  11. },
  12. {
  13. "name": "vcpkg-cmake-config",
  14. "host": true
  15. }
  16. ],
  17. "features": {
  18. "avx2": {
  19. "description": "Builds the library with avx2 instruction set"
  20. }
  21. }
  22. }