From d3d0507c053a7dd20d64a1cf73740c1f66493b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 13 Oct 2016 18:58:56 +0200 Subject: Remove speex support, it is obsoleted by opus As mentioned by upstream, Xiph.Org [0]: > The Speex codec has been obsoleted by Opus. It will continue to be > available, but since Opus is better than Speex in all aspects, > users are encouraged to switch. [0] http://www.speex.org/ --- platform/javascript/detect.py | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/javascript/detect.py') diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index aeff5a1a34..0d4f0b00e5 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -34,7 +34,6 @@ def get_flags(): ('musepack', 'no'), ('squirrel', 'no'), ('squish', 'no'), - ('speex', 'no'), ('old_scenes', 'no'), ('etc1', 'no'), # ('default_gui_theme', 'no'), -- cgit v1.2.3