Re: [FFmpeg-devel] [PATCH] os2threads: Add pthread_once()

2015-11-12 Thread Michael Niedermayer
On Thu, Nov 12, 2015 at 12:31:51PM +0900, KO Myung-Hun wrote: > --- > compat/os2threads.h | 27 +++ > 1 file changed, 27 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of disc

[FFmpeg-devel] [PATCH] os2threads: Add pthread_once()

2015-11-11 Thread KO Myung-Hun
--- compat/os2threads.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/compat/os2threads.h b/compat/os2threads.h index 5b6ca55..f8fb2c8 100644 --- a/compat/os2threads.h +++ b/compat/os2threads.h @@ -32,6 +32,8 @@ #undef __STRICT_ANSI__ /* for _beginthrea

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