mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Set the GStreamer RTP backend to disabled by default
Packaging shouldn't be using the automatic setting anyway, and let's disable by default for one release and mark this as experimental so we can flush out any corner cases.
This commit is contained in:
parent
314e97d995
commit
d8e708e44c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ option('gsettings',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GSettings support')
|
||||
option('gstreamer',
|
||||
type : 'feature', value : 'auto',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional GStreamer dependency for media-related functionality')
|
||||
option('gtk',
|
||||
type : 'feature', value : 'auto',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue