1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

disabling theora for now (will be re-written, re-enabled later)

This commit is contained in:
Juan Linietsky
2015-09-10 13:27:15 -03:00
parent fad1faddae
commit 59e1ad2773
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ def get_flags():
('opengl', 'no'),
('legacygl', 'yes'),
('builtin_zlib', 'no'),
("theora","no"),
('freetype','builtin'), #use builtin freetype
]