aboutsummaryrefslogtreecommitdiff
path: root/ports/libopusenc/vcpkg.json
blob: 0ce806c812bad4ab92c8c138609e4c55a3e7cdb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "libopusenc",
  "version-string": "0.2.1",
  "port-version": 1,
  "description": "Library for encoding .opus audio files and live streams.",
  "homepage": "https://github.com/xiph/libopusenc",
  "supports": "!uwp",
  "dependencies": [
    "opus"
  ]
}