diff options
author | V.VamsiKrishna <vk@bsb.in> | 2015-03-20 11:47:56 +0530 |
---|---|---|
committer | V.VamsiKrishna <vk@bsb.in> | 2015-03-20 11:47:56 +0530 |
commit | eb3c88b3ddbe27826f634912b048589dff435847 (patch) | |
tree | 0398deb424539c5245703408b799e3556dc9c7aa /SConstruct | |
parent | 2e59788aa9be6dab49e06588fcb1cf812e55a0cf (diff) |
Revert "Revert "Removing etc1 from build for javascript platform.""
This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 2dc9fa1e70..50acd3884d 100644 --- a/SConstruct +++ b/SConstruct @@ -111,6 +111,7 @@ opts.Add('jpg','JPG Image loader support (yes/no)','yes') opts.Add('webp','WEBP Image loader support (yes/no)','yes') opts.Add('dds','DDS Texture loader support (yes/no)','yes') opts.Add('pvr','PVR (PowerVR) Texture loader support (yes/no)','yes') +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') |