瀏覽代碼

disabling theora for now (will be re-written, re-enabled later)

Juan Linietsky 10 年之前
父節點
當前提交
59e1ad2773
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      platform/iphone/detect.py
  2. 1 0
      platform/osx/detect.py

+ 1 - 0
platform/iphone/detect.py

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

+ 1 - 0
platform/osx/detect.py

@@ -31,6 +31,7 @@ def get_flags():
 	('opengl', 'no'),
 	('legacygl', 'yes'),
 	('builtin_zlib', 'no'),
+        ("theora","no"),       	
 	('freetype','builtin'), #use builtin freetype
 	]