diff options
author | Anton Yabchinskiy <arn@bestmx.ru> | 2014-11-20 03:12:29 +0300 |
---|---|---|
committer | Anton Yabchinskiy <arn@bestmx.ru> | 2014-11-22 13:37:40 +0300 |
commit | 05f6c730200e1463b98a7f15dbb06ebb7ed2f15d (patch) | |
tree | c9de7412fa3b07329e9f149437269e8c6be4fbca | |
parent | c1f62a04d79acd1dab8e20829f2dcb9232de5c99 (diff) |
Add 'ao' build option
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index fc9c7dca35..4b59d27921 100644 --- a/SConstruct +++ b/SConstruct @@ -111,6 +111,7 @@ opts.Add('pvr','PVR (PowerVR) Texture loader support (yes/no)','yes') opts.Add('builtin_zlib','Use built-in zlib (yes/no)','yes') opts.Add('openssl','Use OpenSSL (yes/no/builtin)','no') opts.Add('musepack','Musepack Audio (yes/no)','yes') +opts.Add('ao', 'Enable libao audio driver (yes/no)', 'no') opts.Add("CXX", "Compiler"); opts.Add("CCFLAGS", "Custom flags for the C++ compiler"); opts.Add("CFLAGS", "Custom flags for the C compiler"); |