[Spice-commits] meson_options.txt subprojects/spice-common

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 13 08:44:39 UTC 2019


 meson_options.txt        |    1 +
 subprojects/spice-common |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b29f6789841e282b6a906c88c26c447da47641d8
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Jun 13 08:48:17 2019 +0100

    build: Disable Celt support by default
    
    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>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/meson_options.txt b/meson_options.txt
index d19cacb2..a05e1eec 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 cc109a83..ff2e99d8 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit cc109a83b6c6a9205a229e84246079dbf540abf7
+Subproject commit ff2e99d8932db6b30b24501aef07898535ac0bb4


More information about the Spice-commits mailing list