vcpkg/ports/libopusenc/vcpkg.json

16 lines
318 B
JSON
Raw Normal View History

{
"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
}
]
}