From 5f03eeca7aaaa02bd3c81bf3c52b32e27c9ce788 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:54:15 -0600 Subject: [PATCH] crispy-doom - add libflac (#1056) --- engines/crispy-doom/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/crispy-doom/vcpkg.json b/engines/crispy-doom/vcpkg.json index 69f911d2d..80174a2fc 100644 --- a/engines/crispy-doom/vcpkg.json +++ b/engines/crispy-doom/vcpkg.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ + "libflac", { "name": "fluidsynth", "features": ["pulseaudio"] }, { "name": "sdl2-mixer", "features": ["fluidsynth"] } ]