summaryrefslogtreecommitdiff
path: root/vp9/vp9dx.mk
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2014-07-07 14:52:19 -0700
committerhkuang <hkuang@google.com>2014-07-07 14:52:19 -0700
commit337e8015c9deaf8ab7e8d0c3c132160a77dd1590 (patch)
tree04bd6986277d4fa52fa008746788fbd935e5fa34 /vp9/vp9dx.mk
parent14a12be8fd5f9ee40b87afe39401c9abb3c04006 (diff)
downloadlibvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar.gz
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar.bz2
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.zip
Move vp9_thread.* to common.
Prepare for frame parallel decoding, the reference count buffers need to be protected by mutex. Move vp9_thread.* to common folder so that those buffers could use cross-platform mutex from vp9_thread.*. Change-Id: I541277cf15eefed6641555944f67f4a0bcdc8154
Diffstat (limited to 'vp9/vp9dx.mk')
-rw-r--r--vp9/vp9dx.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/vp9dx.mk b/vp9/vp9dx.mk
index 92ec6fd16..1fcb36f66 100644
--- a/vp9/vp9dx.mk
+++ b/vp9/vp9dx.mk
@@ -31,8 +31,6 @@ VP9_DX_SRCS-yes += decoder/vp9_decodemv.h
VP9_DX_SRCS-yes += decoder/vp9_detokenize.h
VP9_DX_SRCS-yes += decoder/vp9_decoder.c
VP9_DX_SRCS-yes += decoder/vp9_decoder.h
-VP9_DX_SRCS-yes += decoder/vp9_thread.c
-VP9_DX_SRCS-yes += decoder/vp9_thread.h
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.c
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.h