summaryrefslogtreecommitdiffstats
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-09-10 13:27:15 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-09-10 13:27:15 -0300
commit59e1ad27731e66c58a3d5ee9d783eac74a1d48d9 (patch)
tree5a6ce7609324a95953668856897fb77b655c0ea4 /platform/iphone/detect.py
parentfad1faddae96454bbe4abfef1bf394b3d2c9c057 (diff)
downloadredot-engine-59e1ad27731e66c58a3d5ee9d783eac74a1d48d9.tar.gz
disabling theora for now (will be re-written, re-enabled later)
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index e7a262a2bc..3864968d94 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -37,6 +37,7 @@ def get_flags():
return [
('tools', 'no'),
('webp', 'yes'),
+ ("theora","no"),
('openssl','builtin'), #use builtin openssl
]