Enable Theora module for HTML5 platform
This commit is contained in:
parent
92b259ccf1
commit
b4b816c122
|
@ -25,7 +25,6 @@ def get_opts():
|
||||||
def get_flags():
|
def get_flags():
|
||||||
return [
|
return [
|
||||||
('tools', False),
|
('tools', False),
|
||||||
('module_theora_enabled', False),
|
|
||||||
# Disabling the mbedtls module reduces file size.
|
# Disabling the mbedtls module reduces file size.
|
||||||
# The module has little use due to the limited networking functionality
|
# The module has little use due to the limited networking functionality
|
||||||
# in this platform. For the available networking methods, the browser
|
# in this platform. For the available networking methods, the browser
|
||||||
|
|
Loading…
Reference in New Issue