summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorV.VamsiKrishna <vk@bsb.in>2015-03-20 10:18:13 +0530
committerV.VamsiKrishna <vk@bsb.in>2015-03-20 10:18:13 +0530
commit41b729ccff74e5a9154bee7db0d36ffd74641eae (patch)
tree0398deb424539c5245703408b799e3556dc9c7aa /SConstruct
parent72895ddecf01e3559014669937df6c0b0adcca5f (diff)
downloadredot-engine-41b729ccff74e5a9154bee7db0d36ffd74641eae.tar.gz
Removing etc1 from build for javascript platform.
Based on inputs from reduz 1) Made etc1 optional driver and default yes. 2) Reverted the hack in rg_etc1.cpp 3) Disabled etc1 for javascript plaform.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
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')