[FFmpeg-cvslog] Enable w32threads automatically unless explicitly disabled

Martin Storsjö git at videolan.org
Wed Nov 2 00:17:02 CET 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Nov  1 16:22:56 2011 +0200| [7b7b220cf709f193e5e79b5fc83b51196aab7cf6] | committer: Martin Storsjö

Enable w32threads automatically unless explicitly disabled

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b7b220cf709f193e5e79b5fc83b51196aab7cf6
---

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



More information about the ffmpeg-cvslog mailing list