projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d92416
)
vp9_thread: prefer pthread.h if available
author
James Zern
<jzern@google.com>
Tue, 10 Feb 2015 20:47:14 +0000
(12:47 -0800)
committer
James Zern
<jzern@google.com>
Tue, 10 Feb 2015 20:47:14 +0000
(12:47 -0800)
this avoids conflicts with recent versions of mingw-w64 (tested g++
4.8.2) and the unit tests
Change-Id: Ic41ea31eebe0e3e712ed5e657f37d8cad6712088
vp9/common/vp9_thread.h
patch
|
blob
|
history
diff --git
a/vp9/common/vp9_thread.h
b/vp9/common/vp9_thread.h
index
c24ef5f
..
12848fe
100644
(file)
--- a/
vp9/common/vp9_thread.h
+++ b/
vp9/common/vp9_thread.h
@@
-28,7
+28,7
@@
extern "C" {
#if CONFIG_MULTITHREAD
-#if defined(_WIN32)
+#if defined(_WIN32)
&& !HAVE_PTHREAD_H
#include <errno.h> // NOLINT
#include <process.h> // NOLINT
#include <windows.h> // NOLINT