linux-jack: Allow jack support on OSX

Allows usage of jack on OSX (as well as windows later).

Closes jp9000/obs-studio#587
This commit is contained in:
Cephas Reis
2016-08-06 14:24:47 -05:00
committed by jp9000
parent ceb723dc9b
commit 1ae46a2940
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <jack/jack.h>
#include <obs.h>
#include <pthread.h>
#include <util/threading.h>
struct jack_data {
obs_source_t *source;