Revert "Removing etc1 from build for javascript platform."

This reverts commit 41b729ccff.
This commit is contained in:
V.VamsiKrishna
2015-03-20 11:12:13 +05:30
parent d3280f91a1
commit 9965e93f7e
3 changed files with 4 additions and 2 deletions

View File

@@ -111,7 +111,6 @@ 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')