]> git.sesse.net Git - ffmpeg/commit
jack: Support OSX
authorJosh de Kock <josh@itanimul.li>
Sat, 26 Mar 2016 15:27:23 +0000 (15:27 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 31 Mar 2016 16:03:21 +0000 (18:03 +0200)
commit6bb99757b780144d9fa27cdce09d3621e1a0ed43
treee1302b2d68c6cfe477b9f4a8f44f11a33c1db7fd
parent5f0226668124aa7ae4db501ba7f4ace4c770f3d1
jack: Support OSX

Previously, with JACK installed, the configure script would enable the
JACK indev; this broke on OS X due to an incomplete pthreads
implementation. Add some simple macros to map libdispatch to pthreads
on OS X.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
compat/dispatch_semaphore/semaphore.h [new file with mode: 0644]
configure