aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openh264/vcpkg.json
blob: 912cee17641154dea218b6b09e02c85541c23be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "openh264",
  "version": "2.6.0",
  "port-version": 4,
  "description": "OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.",
  "homepage": "https://www.openh264.org/",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}