aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtheora/vcpkg.json
blob: 08410a6440f223306774db171daaa8bd7dcfe419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libtheora",
  "version": "1.2.0",
  "description": "Theora is a free and open video compression format from the Xiph.org Foundation.",
  "homepage": "https://github.com/xiph/theora",
  "license": null,
  "dependencies": [
    "libogg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}