output/wasapi: move to separate directory

This commit is contained in:
Max Kellermann
2021-03-05 16:26:57 +01:00
parent 637cf8a039
commit afe621c25c
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -136,7 +136,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),
@@ -22,7 +22,7 @@
#include "output/Features.h"
#include "../OutputAPI.hxx"
#include "output/OutputAPI.hxx"
#include "util/Compiler.h"
#include "win32/ComPtr.hxx"