From 8faec5ac90d647a26becdb88bf237cdad573c5eb Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Sun, 23 Apr 2023 18:46:38 +0700 Subject: [PATCH] vcpkg: tweak sndfile and fluidsynth features --- vcpkg.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 4a909d27..dfe08621 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,10 +4,15 @@ "sdl2", "sdl2-net", "openal-soft", - "libsndfile", + { + "name": "libsndfile", + "default-features": false, + "features": ["external-libs", "mpeg"] + }, { "name": "fluidsynth", - "default-features": false + "default-features": false, + "features": ["sndfile"] }, { "name": "libxmp",