From f3102160a1c0280ddd3e1873a50a2efddfe8c35b Mon Sep 17 00:00:00 2001 From: George Marques <george@gmarqu.es> Date: Mon, 17 Oct 2016 13:40:45 -0200 Subject: Isolate XAudio2 driver Now it's possible to compile for Windows platform if wanted. It's supported only for Windows 8 or later, so it's not enabled by default. --- platform/winrt/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/winrt/detect.py') diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py index 79fc3651e9..a7bc62f685 100644 --- a/platform/winrt/detect.py +++ b/platform/winrt/detect.py @@ -31,6 +31,7 @@ def get_flags(): ('tools', 'no'), ('builtin_zlib', 'yes'), ('openssl', 'builtin'), + ('xaudio2', 'yes'), ] @@ -145,7 +146,6 @@ def configure(env): env.Append(CCFLAGS=['/DGLES2_ENABLED','/DGL_GLEXT_PROTOTYPES','/DEGL_EGLEXT_PROTOTYPES','/DANGLE_ENABLED']) LIBS = [ - 'xaudio2', 'WindowsApp', 'mincore', 'libANGLE', -- cgit v1.2.3