From 57f0172b5e86398c8524f7424505f8c50392024f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 28 Jan 2019 18:18:19 -0500 Subject: [PATCH] Add libraries for linking WASAPI on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0635023a..d4cfdc01 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ifdef ARCH_WIN LDFLAGS += -static \ -Wl,--export-all-symbols,--out-implib,libRack.a -mwindows \ -Ldep/lib -lglew32 -lglfw3 -ljansson -lspeexdsp -lzip -lz -lcurl -lssl -lcrypto -lrtaudio -lrtmidi \ - -lpthread -lopengl32 -lgdi32 -lws2_32 -lcomdlg32 -lole32 -ldsound -lwinmm -lksuser -lshlwapi + -lpthread -lopengl32 -lgdi32 -lws2_32 -lcomdlg32 -lole32 -ldsound -lwinmm -lksuser -lshlwapi -lmfplat -lmfuuid -lwmcodecdspuuid TARGET := Rack.exe OBJECTS += Rack.res endif