summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2014-07-11 15:28:20 -0700
committerhkuang <hkuang@google.com>2014-07-14 16:03:38 -0700
commit294b849796d7c359c61aacc0390cf7da16565f64 (patch)
treeafebadc9047662107355315208e06f9465a44823 /vp9/common/vp9_onyxc_int.h
parent10aa23f751069fe464fbc3c0e35dcf9294f055f7 (diff)
downloadlibvpx-294b849796d7c359c61aacc0390cf7da16565f64.tar
libvpx-294b849796d7c359c61aacc0390cf7da16565f64.tar.gz
libvpx-294b849796d7c359c61aacc0390cf7da16565f64.tar.bz2
libvpx-294b849796d7c359c61aacc0390cf7da16565f64.zip
Include the right header for VP9 worker thread.
pthread.h is not supported in windows. vp9_thread.h includes the emulation layer for pthread in windows. Change-Id: I2b1c8ec299928472faca7ebeea998170c9f4d744
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 640e953e7..f31e137b0 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -11,7 +11,6 @@
#ifndef VP9_COMMON_VP9_ONYXC_INT_H_
#define VP9_COMMON_VP9_ONYXC_INT_H_
-#include <pthread.h>
#include "./vpx_config.h"
#include "vpx/internal/vpx_codec_internal.h"
#include "./vp9_rtcd.h"
@@ -21,6 +20,7 @@
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_frame_buffers.h"
#include "vp9/common/vp9_quant_common.h"
+#include "vp9/common/vp9_thread.h"
#include "vp9/common/vp9_tile_common.h"
#if CONFIG_VP9_POSTPROC