thestk / stk

The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.
https://ccrma.stanford.edu/software/stk/
Other
1.02k stars 180 forks source link

configure: fix build for --with-pulse #119

Closed tmatth closed 2 years ago

tmatth commented 2 years ago

Previously, there was no --with-pulse option in configure and if it was the only audio backend built, pthread support would break.

tmatth commented 2 years ago

Tested with:

autoreconf -fiv && ./configure --with-pulse && make -j8 && projects/examples/rtsine