Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2021-03-05 19:33:46 +01:00
15 changed files with 544 additions and 247 deletions

View File

@@ -154,7 +154,7 @@ endif
output_features.set('ENABLE_WASAPI_OUTPUT', is_windows)
if is_windows
output_plugins_sources += [
'WasapiOutputPlugin.cxx',
'wasapi/WasapiOutputPlugin.cxx',
]
wasapi_dep = [
c_compiler.find_library('ksuser', required: true),