Skip to content

Switch FFTW to statically linked on Windows #439

Description

@dyfer

@sadguitarius Thanks for trying! So I think we can go ahead and switch to static linking.

Originally posted by @Spacechild1 in #7543

PitchDetection ugens (e.g. Tartini) link to FFTW and Linux and Windows. On Linux it's fine, as system-wide libraries are used. On Windows, we link to the FFTW library but don't provide it (nor could we, before SC 3.15), so the FFTW symbols are resolved from the library distributed with SC. However, this is fragile.

It was suggested to switch to using a statically-linked FFTW in sc3-plugins to remove that dependency. See the linked thread for context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions