aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bcg729/vcpkg.json
blob: 967d997405319169a68173bad7e6dfa3cbbb9fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "bcg729",
  "version": "1.1.1",
  "port-version": 4,
  "description": "Bcg729 is an open source implementation of the ITU G.729 Annex A and B codec.",
  "homepage": "https://github.com/BelledonneCommunications/bcg729",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}