summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarcus Tomlinson <themarcustomlinson@gmail.com>2018-09-28 22:00:15 +0100
committerMarcus Tomlinson <themarcustomlinson@gmail.com>2018-09-28 22:00:15 +0100
commite0bbf5f1ca829e11bf96acfd3f30b17f9468ab90 (patch)
tree960c6ac8d365583cd8c9a04c6b28353ee96cc595 /CMakeLists.txt
parent109ab70963f7a3cea33236901d00073502dd7438 (diff)
Fix mingw32 WASAPI build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e4060a..14b1787 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,7 +178,7 @@ endif()
# WASAPI
if (RTAUDIO_API_WASAPI)
set(NEED_WIN32LIBS ON)
- list(APPEND LINKLIBS uuid ksuser)
+ list(APPEND LINKLIBS ksuser mfplat mfuuid wmcodecdspuuid)
list(APPEND API_DEFS "-D__WINDOWS_WASAPI__")
list(APPEND API_LIST "wasapi")
endif()