Skip to content

pipewire-v4l2: pw-v4l2.in: fix parameter expansion in quotes

Arseny requested to merge bonktree/pipewire:pw-v4l2-LIB into master

@LIBV4L2_PATH@ can be expanded into a string containing literally ${LIB}, which is then re-expanded by the shell because it's enclosed in double quotes. We fix this by using single quotes instead, just like in pw-jack.

Merge request reports