diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 20:05:26 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 20:05:26 -0300 |
commit | dd09215c9070e70f8af8c24e4319c7267fddcfa2 (patch) | |
tree | b7b12111f270e4bbe01aef1b9a01ee78dab18818 /SConstruct | |
parent | 06d842566c8c10d99c74d232775989ba3100459d (diff) |
Revert "libao audio driver"
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index f818c597fe..05c53a15fc 100644 --- a/SConstruct +++ b/SConstruct @@ -119,7 +119,6 @@ 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"); |