[Spice-devel] [PATCH spice-server] build: Disable Celt support by default
Frediano Ziglio
fziglio at redhat.com
Thu Jun 13 07:55:23 UTC 2019
We started disabling Celt support making the option required.
After 2 releases start making it disabled unless explicitly
enabled.
This makes https://gitlab.freedesktop.org/spice/spice/merge_requests/2
obsolete.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
meson_options.txt | 1 +
subprojects/spice-common | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meson_options.txt b/meson_options.txt
index d19cacb25..a05e1eec6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,6 +15,7 @@ option('sasl',
option('celt051',
type : 'feature',
+ value : 'disabled',
description: 'Enable celt051 audio codec')
option('opus',
diff --git a/subprojects/spice-common b/subprojects/spice-common
index cc109a83b..ff2e99d89 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit cc109a83b6c6a9205a229e84246079dbf540abf7
+Subproject commit ff2e99d8932db6b30b24501aef07898535ac0bb4
--
2.20.1
More information about the Spice-devel
mailing list