1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Enable Theora module for HTML5 platform

(cherry picked from commit b4b816c122)
This commit is contained in:
Leon Krause
2018-08-28 01:56:47 +02:00
committed by Rémi Verschelde
parent d25c33889b
commit 723c14cdfc

View File

@@ -30,7 +30,6 @@ def get_flags():
('module_etc1_enabled', 'no'),
('module_mpc_enabled', 'no'),
('module_speex_enabled', 'no'),
('module_theora_enabled', 'no'),
]