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