diff options
Diffstat (limited to 'vcpkg/ports/libilbc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libilbc/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libilbc/vcpkg.json b/vcpkg/ports/libilbc/vcpkg.json new file mode 100644 index 0000000..b3e0347 --- /dev/null +++ b/vcpkg/ports/libilbc/vcpkg.json @@ -0,0 +1,15 @@ +{ + "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 + } + ] +} |