mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:18:11 +00:00
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:
parent
4394cc9733
commit
b29f678984
@ -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
|
||||
Loading…
Reference in New Issue
Block a user