diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-08-27 14:01:34 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-08-27 15:26:15 -0300 |
commit | 8e814774b13dd382530ad75738c4b731770b3900 (patch) | |
tree | 86a594c828395c790dc90b6142a74958cdff2b2e /drivers/SCsub | |
parent | bd282ff43f23fe845f29a3e25c8efc01bd65ffb0 (diff) |
Added new WASAPI driver for Windows
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 73a3f7898a..b8bba91378 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -16,6 +16,7 @@ SConscript('alsa/SCsub') SConscript('pulseaudio/SCsub') if (env["platform"] == "windows"): SConscript("rtaudio/SCsub") + SConscript("wasapi/SCsub") if (env["xaudio2"] == "yes"): SConscript("xaudio2/SCsub") |