1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fixed theora playback. Removed theoraplayer.

Still need to get proper audio output latency in some platforms.
This commit is contained in:
Juan Linietsky
2015-09-26 14:50:42 -03:00
parent ce6fefced8
commit c858515785
128 changed files with 562 additions and 55907 deletions

View File

@@ -37,7 +37,6 @@ def get_flags():
return [
('tools', 'no'),
('webp', 'yes'),
("theora","no"),
('openssl','builtin'), #use builtin openssl
]