ref: 4c08120ca016242701fee62f83f826d48a9bb315
parent: 3cffa0c74ee6689e22a4a416b219b50676ed669e
parent: 294b849796d7c359c61aacc0390cf7da16565f64
author: hkuang <hkuang@google.com>
date: Mon Jul 14 12:09:16 EDT 2014
Merge "Include the right header for VP9 worker thread." into frame_parallel
--- 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