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

Simplify makefiles, use rules directly from dpf #65

Closed falkTX closed 5 years ago

falkTX commented 5 years ago

I moved the rules used in 3rd party plugins directly into DPF, so I don't have to fix them in all projects at once... A single fix in DPF can be deployed to everyone that includes DPF makefiles for building their plugins.

falkTX commented 5 years ago

One thing that changed, the use of make USE_SYSTEM_LIBS=1 won't work anymore. Packagers need to use make HAVE_ZITA_CONVOLVER=true which I believe makes a lot more sense, and fits into the rest of the DPF codebase checks style.