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

@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "jack-wrapper.h"
#include <pthread.h>
#include <util/threading.h>
#include <stdio.h>
#include <util/platform.h>