You've already forked godot
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:
@@ -37,6 +37,7 @@ def get_flags():
|
|||||||
return [
|
return [
|
||||||
('tools', 'no'),
|
('tools', 'no'),
|
||||||
('webp', 'yes'),
|
('webp', 'yes'),
|
||||||
|
("theora","no"),
|
||||||
('openssl','builtin'), #use builtin openssl
|
('openssl','builtin'), #use builtin openssl
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ def get_flags():
|
|||||||
('opengl', 'no'),
|
('opengl', 'no'),
|
||||||
('legacygl', 'yes'),
|
('legacygl', 'yes'),
|
||||||
('builtin_zlib', 'no'),
|
('builtin_zlib', 'no'),
|
||||||
|
("theora","no"),
|
||||||
('freetype','builtin'), #use builtin freetype
|
('freetype','builtin'), #use builtin freetype
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user