thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 317 forks source link

Complete build options for Pthread API #388

Open elfring opened 1 year ago

elfring commented 1 year ago

:thought_balloon: Would you like to add the configuration script “AX_PTHREAD” to your build specification?

garyscavone commented 1 year ago

That probably makes sense.

garyscavone commented 1 year ago

I tried to add that function to configure.ac but ran into problems. If someone wants to give it a try, be my guest!

elfring commented 1 year ago

Which “problems” do you mean?

garyscavone commented 1 year ago

I tried to add it to configure.ac but I could not get it to successfully compile using the autogen.sh script. I messed around with it for a while but finally decided that my effort and time were exceeding the potential benefit. But if someone with more experience with autoconf wants to try to incorporate it, that would be great!

elfring commented 1 year ago

:crystal_ball: Would you get any inspirations from published adjustments for similar issues?