PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 68a0603d by wael at 2022-09-21T07:06:45+00:00 meson: use proper type for bools Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/749> - - - - - 1 changed file: - meson_options.txt Changes: ===================================== meson_options.txt ===================================== @@ -169,7 +169,7 @@ option('x11', type : 'feature', value : 'auto', description : 'Optional X11 support') option('enable-smoother-2', - type : 'boolean', value : 'true', + type : 'boolean', value : true, description : 'Use alternative time smoother implementation') # Echo cancellation View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/68a0603d7688e7908d7178ea749428ab2c453a35 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/68a0603d7688e7908d7178ea749428ab2c453a35 You're receiving this email because of your account on gitlab.freedesktop.org.
