Skip to content

fftw, licencing, linking. #85

Answered by falkTX
kanashimia asked this question in Q&A
Mar 19, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Good question.
If the juce plugin is GPL, there is no license incompatibility. juce prefers to use dlopen because it targets commercial plugins.
so you are right that we do not need to care about this.

have a look at https://github.com/DISTRHO/DISTRHO-Ports/blob/master/libs/juce-current/AppConfig.h#L312
try building while setting that to 1. then we need to remove the partial-dep stuff from fftw meson dependency on https://github.com/DISTRHO/DISTRHO-Ports/blob/master/meson.build#L81

btw, note that on juce6 (so vitalium and swankyamp plugins) all of X11 stuff is used by dlopen methods.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@kanashimia
Comment options

@falkTX
Comment options

@falkTX
Comment options

@kanashimia
Comment options

@falkTX
Comment options

Answer selected by kanashimia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants