diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-03 11:54:08 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-03 11:54:08 +1000 |
commit | 908fa1ee606b80eec47c6fc70ce018308ef06e98 (patch) | |
tree | 61b3248cb01c1946f169612a15f04e7cbd4c068a /source/vcpkg.json | |
parent | 497c6efc5555f3c45b7e092b461f39a3d89de865 (diff) |
Add libsamplerate, make Voice bitrate configurable
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index f603aab..d397f03 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,7 +2,11 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - "sdl2", + "libsamplerate", + { + "name": "sdl2", + "features": [ "samplerate" ] + }, "libvorbis", "zlib", "freetype", |