Re: [libav-devel] [PATCH 06/11] network: use HAVE_THREADS instead of local hack

2012-10-29 Thread Diego Biurrun
On Sat, Oct 27, 2012 at 01:50:54AM +0100, Mans Rullgard wrote: > HAVE_THREADS is set in config.h if pthreads or w32threads is > available, which presumably the proper condition here. > > Also fixes undefined behaviour in preprocessor directives. > > Signed-off-by: Mans Rullgard > --- > libavfor

Re: [libav-devel] [PATCH 06/11] network: use HAVE_THREADS instead of local hack

2012-10-27 Thread Martin Storsjö
On Sat, 27 Oct 2012, Mans Rullgard wrote: HAVE_THREADS is set in config.h if pthreads or w32threads is available, which presumably the proper condition here. Also fixes undefined behaviour in preprocessor directives. Signed-off-by: Mans Rullgard --- libavformat/network.c | 14 ++ 1

[libav-devel] [PATCH 06/11] network: use HAVE_THREADS instead of local hack

2012-10-26 Thread Mans Rullgard
HAVE_THREADS is set in config.h if pthreads or w32threads is available, which presumably the proper condition here. Also fixes undefined behaviour in preprocessor directives. Signed-off-by: Mans Rullgard --- libavformat/network.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions