zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
265 stars 37 forks source link

Allow using system provided zita convolver library #62

Closed tartina closed 6 years ago

tartina commented 6 years ago

Packaging for many distributions requires unbundling of system libraries from programs. This PR allows to unbundle zita convolver when you add USE_SYSTEM_LIBS=1 to the make command. It keeps default behaviour otherwise.

zamaudio commented 6 years ago

Rebased and merged in fbdbf08