pineapple/externals/vcpkg/ports/libilbc/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
389 B
JSON
Executable file

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