diff options
| author | Rémi Verschelde | 2016-10-13 19:40:40 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-30 14:51:32 +0100 |
| commit | 82e8721715de0c41042076c04508a69e7d1387fd (patch) | |
| tree | 55fc6d16bde0c68c3dc2e5726971c02ba606b484 /platform/javascript/detect.py | |
| parent | bfea3f1d9a785f31b6ddb87b680c16e443325c67 (diff) | |
| download | godot-82e8721715de0c41042076c04508a69e7d1387fd.tar.gz godot-82e8721715de0c41042076c04508a69e7d1387fd.tar.zst godot-82e8721715de0c41042076c04508a69e7d1387fd.zip | |
theora: Move to a module and split thirdparty lib
Same rationale as the previous commits.
(cherry picked from commit cfcc8a20e862b758c32bd3f152186e6df0591a24)
Diffstat (limited to 'platform/javascript/detect.py')
| -rw-r--r-- | platform/javascript/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 6f96aa337..6ec3a4a20 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -25,11 +25,11 @@ def get_flags(): return [ ('tools', 'no'), - ('theora', 'no'), ('musepack', 'no'), ('squish', 'no'), ('module_speex_enabled', 'no'), ('etc1', 'no'), + ('module_theora_enabled', 'no'), ] |
