summaryrefslogtreecommitdiff
path: root/libs/zita-convolver
AgeCommit message (Collapse)Author
2020-03-29Set thread-names (libs)Robin Gareus
2020-03-26Use POSIX semaphores on NetBSD too.nia
2020-03-02Exclude zita-convolver from being available as external libRobin Gareus
Ardour statically links libardour against zita-convolver, this is required because it's used in plugins and available by Lua scripts. libzita-convolver has been modified to be in a custom namespace and extern global symbols have been removed. On most GNU/Linux distros system-wide default zita-convolver is not compatible nor suitable to be used as-is.
2020-01-22Do not install static libsRobin Gareus
There is no need to deploy .a with ardour installations.
2018-11-25Allow compilation with winpthreads -- closes #7691Robin Gareus
2018-10-23Add some missing link libs to MSVC zita-convolverJohn Emmas
2018-10-22Remaining changes needed to build zita-convolver with MSVCJohn Emmas
2018-10-22Add MSVC support for building the 'zita-convolver' library (which is now ↵John Emmas
needed by libardour)
2018-10-21MSVC compatibility for zita-convolverRobin Gareus
2018-10-20zita-convolver windows/mingw build fixRobin Gareus
- semaphore is available, - pthread_t is not a pointer type (but here it's not used anyway)
2018-10-20NO-OP: clang-format whitespaceRobin Gareus
2018-10-20zita-convolver: add namespace & visibility, remove global externsRobin Gareus
2018-10-20Add upstream libzita-convolver 4.0.3Robin Gareus