From bcbc198992a87a5babb70ce326cae077d0333189 Mon Sep 17 00:00:00 2001 From: Leon Krause Date: Tue, 28 Aug 2018 01:56:47 +0200 Subject: [PATCH] Enable Theora module for HTML5 platform (cherry picked from commit b4b816c1226df7205c878b58e0a704102a149003) --- platform/javascript/detect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 2bd55af4a70..23d947a96b3 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -27,7 +27,6 @@ def get_flags(): return [ ('tools', False), - ('module_theora_enabled', False), # Disabling the OpenSSL module noticeably reduces file size. # The module has little use due to the limited networking functionality # in this platform. For the available networking methods, the browser