[vlc-commits] [Git][videolan/vlc][master] meson: require pulseaudio 6.0

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon May 26 07:53:10 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
4ac46221 by Ayush Dey at 2025-05-26T07:39:49+00:00
meson: require pulseaudio 6.0

- - - - -


1 changed file:

- modules/meson.build


Changes:

=====================================
modules/meson.build
=====================================
@@ -60,7 +60,7 @@ else
 endif
 
 # Pulse audio
-pulse_dep = dependency('libpulse', version: '>= 1.0', required: get_option('pulse'))
+pulse_dep = dependency('libpulse', version: '>= 6.0', required: get_option('pulse'))
 
 # ALSA
 alsa_dep = dependency('alsa', version: '>= 1.0.24', required: get_option('alsa'))



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4ac46221fc8b58070204aeed7a66dc162cd0d09a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4ac46221fc8b58070204aeed7a66dc162cd0d09a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list