Fix the PipeWire version check
commit7494fe5736fb63c181354d8219524b88165430f6
authorChris Robinson <chris.kcat@gmail.com>
Fri, 24 Jun 2022 20:00:08 +0000 (24 13:00 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 24 Jun 2022 20:00:08 +0000 (24 13:00 -0700)
tree2d4a012940935b28590ce95135d85f129f45f709
parent05f5faf2655f4a51c69bfaacd4f67a740429f0dc
Fix the PipeWire version check

PW_CHECK_VERSION checks if the header version is equal to or newer than the
values specified, it can't be used to check if the library version is equal to
or newer than the header version.
alc/backends/pipewire.cpp