summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2020-03-17 15:00:17 +0100
committerVictor Toso <me@victortoso.com>2020-03-17 18:23:44 +0100
commit6e9d8cfc02873ec970f6f36be0f5d2705850d021 (patch)
treebe1e6014fc81829864464217fe71495981b2140f /meson_options.txt
parent5ccd464d4dd192e01e8051eddd32084b8f9c2f57 (diff)
Remove celt support
Follow up of spice-protocol's deprecation of celt mode. See: https://gitlab.freedesktop.org/spice/spice-protocol/-/merge_requests/15 Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9804217..4db3c08 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -65,10 +65,6 @@ option('sasl',
type : 'feature',
description : 'Use cyrus SASL authentication')
-option('celt051',
- type : 'feature',
- description: 'Enable celt051 audio codec')
-
option('opus',
type : 'feature',
description: 'Enable Opus audio codec')