1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 16:20:05 +02:00

4 Commits

Author SHA1 Message Date
Leland Lucius
5955dbc752 Possible fix for bug #590
This change reduces the risk of LADSPA plugins referencing
Audacity symbols by using the RTLD_DEEPBIND flag when loading
the plugins.

It also addresses an issue specific to the "blop" plugins where
they load their own libraries (without RTLD_DEEPBIND).

A much better solution would be to change Audacity's default
symbol visibility to "hidden" which would expose ONLY symbols
specificially marked as visible.
2019-10-02 10:17:00 -05:00
Leland Lucius
9fb0ce5b82 Update Nyquist to v3.09. 2015-04-07 22:10:17 -05:00
v.audacity
c3cc10a265 Fix a couple of errors reported by Wipro. 2010-09-13 23:42:21 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00