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",