videolabs / libspatialaudio

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

AmbisonicShelfFilters.cpp missing from CMakeLists.txt? #21

Closed Warblefly closed 4 years ago

Warblefly commented 4 years ago

Hello,

On compiling the new GitHub version, some unresolved symbols in the shared library appeared on linking. This is on the Mingw-w64 platform, cross-compiling from Linux.

I needed to add source/AmbisonicShelfFilters.cpp to the CMakeLists.txt sources list to get it to compile.

with best wishes JW

jbkempf commented 4 years ago

True. See #22