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.51k stars 322 forks source link

Fix pkgconfig file for linking statically with CoreAudio… #312

Closed ntonnaett closed 3 years ago

ntonnaett commented 3 years ago

… and make all dependencies private.

As I don't have macOS I can only assume that this fixes #302

radarsat1 commented 3 years ago

Perfect, I just committed something similar to RtMidi regarding the Require.private thing. would it be possible for you to check over on that project to see if a similar change for "framework" is necessary?

ntonnaett commented 3 years ago

Yes, it's missing there too. I can make a PR.