lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
463 stars 39 forks source link

Fix symbol visibility #64

Closed x42 closed 4 years ago

x42 commented 5 years ago

This should fix #63

Previously the shared object exposed all local methods into the global namespace (for others to use) and likewise also used already existing methods. Compare to frame #0 hanning () at /usr/lib/x86_64-linux-gnu/libcodec2.so.0.8.1 the backtrace shown in #63