aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libilbc/vcpkg.json
blob: b3e0347b891342d25a50d659ba611b4c5fdaa669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "libilbc",
  "version": "3.0.4",
  "description": "Open source implementation of the Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec from the WebRTC project.",
  "homepage": "https://github.com/TimothyGu/libilbc",
  "license": "BSD-3-Clause",
  "supports": "!(arm & uwp)",
  "dependencies": [
    "abseil",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}