| commit | ff61cbc5105c16d48ffd291cd85a031cbce36be9 | [log] [tgz] |
|---|---|---|
| author | John Koleszar <jkoleszar@google.com> | Thu Aug 09 09:10:55 2012 -0700 |
| committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Thu Aug 09 09:10:55 2012 -0700 |
| tree | cb5f379201e9271cbbba1a070ba86e397307f9fa | |
| parent | 4180dfd93c59de63a35f0b0ab44ad76b01a6d572 [diff] | |
| parent | ec52713999312c7c125d71f41b0ddb2345ac1de8 [diff] |
Merge "vpx.pc: add missing library for static links"
diff --git a/build/make/configure.sh b/build/make/configure.sh index e5166f8..26eb864 100755 --- 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