diff options
Diffstat (limited to 'platform')
-rw-r--r-- | platform/iphone/detect.py | 1 | ||||
-rw-r--r-- | platform/osx/detect.py | 1 |
2 files changed, 2 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 ] diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 22cee0527e..4a20ca80c1 100644 --- a/platform/osx/detect.py +++ b/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 ] |