diff options
author | Leon Krause <lk@leonkrause.com> | 2018-08-28 01:56:47 +0200 |
---|---|---|
committer | Leon Krause <lk@leonkrause.com> | 2018-08-28 01:56:47 +0200 |
commit | b4b816c1226df7205c878b58e0a704102a149003 (patch) | |
tree | 88237f3d286f9a0f74f851a80d7d8a6d485eaade /platform/javascript/detect.py | |
parent | 92b259ccf15f392eb83c8b07e2f0d41c294a91ae (diff) | |
download | redot-engine-b4b816c1226df7205c878b58e0a704102a149003.tar.gz |
Enable Theora module for HTML5 platform
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r-- | platform/javascript/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index fc909f6619..17b31f8d73 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -25,7 +25,6 @@ def get_opts(): def get_flags(): return [ ('tools', False), - ('module_theora_enabled', False), # Disabling the mbedtls module reduces file size. # The module has little use due to the limited networking functionality # in this platform. For the available networking methods, the browser |