On 29/03/16 14:22, Diego Biurrun wrote: > On Mon, Mar 28, 2016 at 07:08:38PM +0200, Luca Barbato wrote: >> From: Josh de Kock <[email protected]> >> >> Previously, with JACK installed, the configure script would enabled the >> JACK indev; this broke on Mac OS X due to a incomplete pthreads >> implementation. Some simple macros to map libdispatch to pthreads if on >> OS X. > > Last sentence no verb. > > jack: support OS X > > 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.
Sure. > >> --- a/Makefile >> +++ b/Makefile >> @@ -104,7 +104,7 @@ FFLIBS := avutil >> >> DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.avpreset) >> >> -SKIPHEADERS = cmdutils_common_opts.h compat/w32pthreads.h >> +SKIPHEADERS = cmdutils_common_opts.h compat/w32pthreads.h >> compat/dispatch_semaphore.h > > order > > even better: break the lines That hunk is now spurious =) > >> --- /dev/null >> +++ b/compat/dispatch_semaphore/semaphore.h >> @@ -0,0 +1,42 @@ >> + >> +#ifndef COMPAT_DISPATCH_SEMAPHORE_H > > COMPAT_DISPATCH_SEMAPHORE_SEMAPHORE_H Right!, thank you! > > Diego > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
