summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-09-26 14:50:42 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-09-26 14:50:42 -0300
commitc858515785e2406bfc07da587ffc3bb353b7504c (patch)
treefcde74c2f42288dc95c1c7d3680f78f6398929c2 /platform/osx/detect.py
parentce6fefced8b0ac6d3be886db5ee1234dba7ec544 (diff)
downloadredot-engine-c858515785e2406bfc07da587ffc3bb353b7504c.tar.gz
Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 4a20ca80c1..22cee0527e 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -31,7 +31,6 @@ def get_flags():
('opengl', 'no'),
('legacygl', 'yes'),
('builtin_zlib', 'no'),
- ("theora","no"),
('freetype','builtin'), #use builtin freetype
]