shithub: libvpx

Download patch

ref: 4180dfd93c59de63a35f0b0ab44ad76b01a6d572
parent: 429743c56b77f5f9e3d0599ea0b7ffa42d867e3d
author: Andoni Morales Alastruey <ylatuya@gmail.com>
date: Thu Aug 9 08:54:09 EDT 2012

configure: check for pthreads building on windows with gcc

Change-Id: I737361fa9911c11017af971a80c2ffad20b01d03

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1143,7 +1143,7 @@
     # Almost every platform uses pthreads.
     if enabled multithread; then
         case ${toolchain} in
-            *-win*);;
+            *-win*-vs*);;
             *-android-gcc);;
             *) check_header pthread.h && add_extralibs -lpthread
         esac