summaryrefslogtreecommitdiff
path: root/vp9/vp9_dx_iface.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-01 14:58:13 -0700
committerJingning Han <jingning@google.com>2015-07-01 17:45:49 -0700
commit3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079 (patch)
tree11e6cec7997af7d87decccbeee246f3105c48dbc /vp9/vp9_dx_iface.c
parentfc5f3b8f4f170a32207ca2eca60f87bb0a01d03c (diff)
downloadlibvpx-3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079.tar
libvpx-3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079.tar.gz
libvpx-3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079.tar.bz2
libvpx-3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079.zip
Move multi-threading module functions into vpx_thread folder
This commit moves the primitive multi-threading files from vp9 folder to vpx_thread, which will be accessible by all vpx codec. Change-Id: Ib51e66e9c69801c10631fab56d35a0c0aaed5883
Diffstat (limited to 'vp9/vp9_dx_iface.c')
-rw-r--r--vp9/vp9_dx_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/vp9_dx_iface.c b/vp9/vp9_dx_iface.c
index 4080d64c1..0af944312 100644
--- a/vp9/vp9_dx_iface.c
+++ b/vp9/vp9_dx_iface.c
@@ -17,10 +17,10 @@
#include "vpx/internal/vpx_codec_internal.h"
#include "vpx/vp8dx.h"
#include "vpx/vpx_decoder.h"
+#include "vpx_thread/vpx_thread.h"
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/common/vp9_frame_buffers.h"
-#include "vp9/common/vp9_thread.h"
#include "vp9/decoder/vp9_decoder.h"
#include "vp9/decoder/vp9_decodeframe.h"