aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/libtheora/vcpkg.json
blob: 17f4ccdf9923c5db12ba7c5bf02daefc74ba1f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libtheora",
  "version-string": "1.2.0alpha1-20170719",
  "port-version": 4,
  "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
    }
  ]
}