some fixes

-fix compilation on tres/tscn on MSVC
-fixed theora playback performance, closes #3004
This commit is contained in:
Juan Linietsky
2015-12-06 20:22:45 -03:00
parent 17a4ab992c
commit 7ba484bc74
4 changed files with 5 additions and 6 deletions

View File

@ -170,7 +170,6 @@ def get_flags():
return [
('freetype','builtin'), #use builtin freetype
('openssl','builtin'), #use builtin openssl
('theora','no'),
]
def build_res_file( target, source, env ):