From 7b7b220cf709f193e5e79b5fc83b51196aab7cf6 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 1 Nov 2011 16:22:56 +0200 Subject: Enable w32threads automatically unless explicitly disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 80adbdc3a3..c23660e524 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 + enable_weak w32threads fi LIBTARGET=i386 if enabled x86_64; then -- cgit v1.2.3