You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spatialaudio.pc.cmake lists Zlib as a dependency, but AFAICT Zlib isn't used throughout the library. Maybe libmysofa depends on it? In any case, linking to spatialaudio 0.3.0 as shipped with Ubuntu 23.04 in a VLC build without linking to -lz seemed to work fine.
I'm noticing this now as I didn't have zlib1g-dev installed, but the linker complained about missing -lz ...
The text was updated successfully, but these errors were encountered:
spatialaudio.pc.cmake
lists Zlib as a dependency, but AFAICT Zlib isn't used throughout the library. Maybe libmysofa depends on it? In any case, linking to spatialaudio 0.3.0 as shipped with Ubuntu 23.04 in a VLC build without linking to-lz
seemed to work fine.I'm noticing this now as I didn't have
zlib1g-dev
installed, but the linker complained about missing-lz
...The text was updated successfully, but these errors were encountered: