From: Martin Storsjo <mar...@martin.st> --- 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(-) diff --git a/configure b/configure index 80adbdc..8bcaf58 100755 --- a/configure +++ b/configure @@ -92,7 +92,7 @@ Configuration options: --disable-postproc disable libpostproc build --disable-avfilter disable video filter support [no] --disable-pthreads disable pthreads [auto] - --enable-w32threads use Win32 threads [no] + --disable-w32threads disable Win32 threads [auto] --enable-x11grab enable X11 grabbing [no] --disable-network disable network support [no] --enable-gray enable full grayscale support (slower color) @@ -2436,6 +2436,7 @@ case $target_os in disable network else target_os=mingw32 + disabled w32threads || enable w32threads fi LIBTARGET=i386 if enabled x86_64; then -- 1.7.4.1 _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel