videolabs / libspatialaudio

Ambisonic encoding / decoding and binauralization library in C++
Other
188 stars 37 forks source link

Bogus Zlib dependency? #39

Open JohannesKauffmann opened 1 year ago

JohannesKauffmann commented 1 year ago

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 ...

jbkempf commented 1 year ago

I would guess mysofa needs it.