Re: [FFmpeg-devel] [PATCH] os2threads: Add pthread_once emulation

2015-10-11 Thread Ronald S. Bultje
Hi, On Sat, Oct 10, 2015 at 10:32 PM, Dave Yeo wrote: > Based on code by Yuri Dario, > http://svn.netlabs.org/repos/ports/pthread/trunk > > Signed-off-by: Dave Yeo > --- > compat/os2threads.h | 45 + > 1 file changed, 45 insertions(+) > > diff --git

Re: [FFmpeg-devel] [PATCH] os2threads: Add pthread_once emulation

2015-10-11 Thread Hendrik Leppkes
On Sun, Oct 11, 2015 at 4:32 AM, Dave Yeo wrote: > Based on code by Yuri Dario, http://svn.netlabs.org/repos/ports/pthread/trunk > > Signed-off-by: Dave Yeo > --- > compat/os2threads.h | 45 + > 1 file changed, 45 insertions(+) > > diff --git a/compat/

[FFmpeg-devel] [PATCH] os2threads: Add pthread_once emulation

2015-10-10 Thread Dave Yeo
Based on code by Yuri Dario, http://svn.netlabs.org/repos/ports/pthread/trunk Signed-off-by: Dave Yeo --- compat/os2threads.h | 45 + 1 file changed, 45 insertions(+) diff --git a/compat/os2threads.h b/compat/os2threads.h index 5b6ca55..7f2c925 100644