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
---
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
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
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
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
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(-)