On Sun, Apr 23, 2017 at 02:14:32PM +0000, Luca Barbato wrote: > It requires pthreads.
configure: Add missing pthreads extralibs to sem_timedwait check > --- a/configure > +++ b/configure > @@ -4693,7 +4693,7 @@ if ! disabled pthreads && ! enabled w32threads; then > > enabled pthreads && > - check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); > sem_timedwait(s,0); sem_destroy(s)" > + check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); > sem_timedwait(s,0); sem_destroy(s)" $pthreads_extralibs probably OK Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
