[FFmpeg-devel] [PATCH] winrt: multithreading support

Matt Oliver protogonoi at gmail.com
Thu Oct 15 16:06:12 CEST 2015


On 15 October 2015 at 07:35, Michael Niedermayer <michael at niedermayer.cc>
wrote:

> On Thu, Oct 15, 2015 at 02:46:21AM +0800, Wang Bin wrote:
> >
>
> >  compat/w32pthreads.h |    5 +++++
> >  configure            |    7 +++++++
> >  libavutil/cpu.c      |    8 +++++++-
> >  3 files changed, 19 insertions(+), 1 deletion(-)
> > 252925c34c8d2b6f09ce0fd40c2923494b005a7a
> 0001-winrt-multithreading-support.patch
> > From bdf361eaaa0696e25680e5403ff7516869068587 Mon Sep 17 00:00:00 2001
> > From: wang-bin <wbsecg1 at gmail.com>
> > Date: Tue, 29 Sep 2015 18:11:03 +0800
> > Subject: [PATCH] winrt: multithreading support
> >
> > _beginthreadex is for desktop only. CreateThread is available for
> windows store apps on windows (and phone) 8.1 and later.
> http://msdn.microsoft.com/en-us/library/ms682453%28VS.85%29.aspx
> > ---
> >  compat/w32pthreads.h | 5 +++++
> >  configure            | 7 +++++++
> >  libavutil/cpu.c      | 8 +++++++-
> >  3 files changed, 19 insertions(+), 1 deletion(-)
>
> works (build+fate) with the 2 mingw versions i have here
>
>
LGTM, applied.


More information about the ffmpeg-devel mailing list