diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-13 18:58:56 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-13 18:58:56 +0200 |
commit | d3d0507c053a7dd20d64a1cf73740c1f66493b8a (patch) | |
tree | f60e03a51994243d3006f7c96709080066763c1f /platform | |
parent | 6c0be2c017e605c2106823e80e5aaa78fc68aba5 (diff) |
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/
Diffstat (limited to 'platform')
-rw-r--r-- | platform/javascript/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
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'), |