diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 19:31:56 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 19:31:56 -0300 |
commit | 43ce972ddb60b8de684cb1e7a023bc070afd90db (patch) | |
tree | b74616dd3cb02541a75989137dd178628700f93c /SConstruct | |
parent | 0f71c90ff36c26ca5c7eec99eb1090ab1c864825 (diff) | |
parent | 3b9868d2e44740c03861c64020a8b5d4d6da031d (diff) | |
download | redot-engine-43ce972ddb60b8de684cb1e7a023bc070afd90db.tar.gz |
Merge pull request #903 from a12n/libao
libao audio driver
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 05c53a15fc..f818c597fe 100644 --- a/SConstruct +++ b/SConstruct @@ -119,6 +119,7 @@ opts.Add('etc1','etc1 Texture compression 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"); |