Skip to content

meson: fix build without pulse

Marvin Scholz requested to merge ePirat/vlc:epirat-fix-meson-darwin into master

Platforms that lack pulse would unconditionally use libvlc_pulse, to fix this make sure to always define this variable.

In practice it will not actually ever get used for a module as its already guarded by other conditions.

Merge request reports