summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-12-06 20:22:45 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-12-06 20:22:45 -0300
commit7ba484bc7499a58635cc061b318d003c5f8c371f (patch)
tree8943900d638ea7d4e686057dd43c841f56175829 /platform/windows/detect.py
parent17a4ab992ce3282838225f2089684c582898fd96 (diff)
downloadredot-engine-7ba484bc7499a58635cc061b318d003c5f8c371f.tar.gz
some fixes
-fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 4ec4b054db..3193a2acbb 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -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 ):