Revert "Revert "Removing etc1 from build for javascript platform.""

This reverts commit 9965e93f7e.
This commit is contained in:
V.VamsiKrishna
2015-03-20 11:47:56 +05:30
parent 2e59788aa9
commit eb3c88b3dd
3 changed files with 2 additions and 4 deletions

View File

@ -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')