1
0

vcpkg.json 426 B

12345678910111213141516171819
  1. {
  2. "name": "libtheora",
  3. "version-string": "1.2.0alpha1-20170719",
  4. "port-version": 4,
  5. "description": "Theora is a free and open video compression format from the Xiph.org Foundation.",
  6. "homepage": "https://github.com/xiph/theora",
  7. "license": null,
  8. "dependencies": [
  9. "libogg",
  10. {
  11. "name": "vcpkg-cmake",
  12. "host": true
  13. },
  14. {
  15. "name": "vcpkg-cmake-config",
  16. "host": true
  17. }
  18. ]
  19. }