diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-18 07:22:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 07:22:10 +0200 |
commit | c23e8797f1bec30defd1903cfeef0992cb1f1a89 (patch) | |
tree | 1523906d8fed1f81c54f75327698dad6fd9bd88a /SConstruct | |
parent | e96c49f849fd9c5e41c8284c7122ec94909badac (diff) | |
parent | 05bf24b9a5208dbfcde8006cfc0625e57125107e (diff) |
Merge pull request #6855 from vnen/xaudio2-driver
Isolate XAudio2 driver
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 7b07ee8857..aab605cdcb 100644 --- a/SConstruct +++ b/SConstruct @@ -134,6 +134,7 @@ opts.Add('openssl','OpenSSL library for openssl module (system/builtin)','builti opts.Add('libmpcdec','libmpcdec library for mpc module (system/builtin)','builtin') opts.Add('enet','ENet library (system/builtin)','builtin') opts.Add('glew','GLEW library for the gl_context (system/builtin)','builtin') +opts.Add('xaudio2','XAudio2 audio driver (yes/no)','no') opts.Add("CXX", "C++ Compiler") opts.Add("CC", "C Compiler") opts.Add("CCFLAGS", "Custom flags for the C++ compiler"); |