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@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-06-13 08:48:17 +01:00
parent 4394cc9733
commit b29f678984
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ option('sasl',
option('celt051',
type : 'feature',
value : 'disabled',
description: 'Enable celt051 audio codec')
option('opus',

@ -1 +1 @@
Subproject commit cc109a83b6c6a9205a229e84246079dbf540abf7
Subproject commit ff2e99d8932db6b30b24501aef07898535ac0bb4