diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-15 20:40:51 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-15 20:40:51 -0400 |
| commit | 3db24e95fea1c57cdf5bb014fc1c380668bdfe2f (patch) | |
| tree | f44dd441d8ba6fa9d22b6dd9d5f37e4ca3d655db /CMakeLists.txt | |
| parent | 4be80163cd9b85cbda79c37460ae1fc03608fd33 (diff) | |
Updates to WASAPI API to support MinGW compile.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b96b769..136ab8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ endif (UNIX) if (WIN32) if (NOT AUDIO_WINDOWS_DS AND NOT AUDIO_WINDOWS_ASIO AND NOT AUDIO_WINDOWS_WASAPI) - set(AUDIO_WINDOWS_DS ON) + set(AUDIO_WINDOWS_WASAPI ON) endif() include_directories(include) |
