shithub: libvpx

Download patch

ref: d8ed558c99cc8d33bcb9efde911b262019bded27
parent: a139f3f6fcd5556795f0042a591cfceb0adec326
parent: d167a1aeee79a484f3ace9160089cf7009283ea3
author: James Zern <jzern@google.com>
date: Wed Feb 11 11:50:07 EST 2015

Merge "vp9_thread: prefer pthread.h if available"

--- a/vp9/common/vp9_thread.h
+++ b/vp9/common/vp9_thread.h
@@ -28,7 +28,7 @@
 
 #if CONFIG_MULTITHREAD
 
-#if defined(_WIN32)
+#if defined(_WIN32) && !HAVE_PTHREAD_H
 #include <errno.h>  // NOLINT
 #include <process.h>  // NOLINT
 #include <windows.h>  // NOLINT