Re: [libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Måns Rullgård
Martin Storsjö writes: > --- > configure |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 80adbdc..c23660e 100755 > --- a/configure > +++ b/configure > @@ -92,7 +92,7 @@ Configuration options: >--disable-postproc disable libp

[libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Martin Storsjö
--- configure |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 80adbdc..c23660e 100755 --- a/configure +++ b/configure @@ -92,7 +92,7 @@ Configuration options: --disable-postproc disable libpostproc build --disable-avfilter di

Re: [libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Måns Rullgård
Martin Storsjö writes: > +disabled w32threads || enable w32threads enable_weak w32threads -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Martin Storsjö
On Tue, 1 Nov 2011, Janne Grunau wrote: On Tue, Nov 01, 2011 at 12:33:44PM +0200, Martin Storsjö wrote: From: Martin Storsjo --- This makes it behave like pthreads, which is enabled automatically, too. It is only enabled for desktop windows, not for mingw32ce, where the pthreads wrapper does

Re: [libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Janne Grunau
On Tue, Nov 01, 2011 at 12:33:44PM +0200, Martin Storsjö wrote: > From: Martin Storsjo > > --- > This makes it behave like pthreads, which is enabled > automatically, too. > > It is only enabled for desktop windows, not for mingw32ce, where > the pthreads wrapper doesn't compile cleanly at the m

[libav-devel] [PATCH] Enable w32threads automatically unless explicitly disabled

2011-11-01 Thread Martin Storsjö
From: Martin Storsjo --- This makes it behave like pthreads, which is enabled automatically, too. It is only enabled for desktop windows, not for mingw32ce, where the pthreads wrapper doesn't compile cleanly at the moment. configure |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)