Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/vcpkg.json
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 11:54:08 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 11:54:08 +1000
commit908fa1ee606b80eec47c6fc70ce018308ef06e98 (patch)
tree61b3248cb01c1946f169612a15f04e7cbd4c068a /source/vcpkg.json
parent497c6efc5555f3c45b7e092b461f39a3d89de865 (diff)
Add libsamplerate, make Voice bitrate configurable
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r--source/vcpkg.json6
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",