mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Enable GStreamer-based RTP by default (when available)
The feature was added in 14.0 and was declared experimental at that point. It should be stable enough to enable by default now. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/680>
This commit is contained in:
parent
bc3a07dd4f
commit
0b920f8095
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ option('gsettings',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GSettings support')
|
||||
option('gstreamer',
|
||||
type : 'feature', value : 'disabled',
|
||||
type : 'feature', value : 'auto',
|
||||
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