Remove vp10's build dependency on vp9
authorYaowu Xu <yaowu@google.com>
Fri, 14 Aug 2015 19:16:07 +0000 (12:16 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 14 Aug 2015 19:16:07 +0000 (12:16 -0700)
commit72889a2a60926e1b3f9aa765707b0d369a1706ab
tree08d7203a36bd8a22008f1e7df9047a69b2f326b5
parent94ba3939cd9998105b3d18436d556531e65466bf
Remove vp10's build dependency on vp9

CONFIG_VP9_HIGHBITDEPTH is currently used by both vp9 and vp10, but in
many place outside vp9/vp10, the macro was used in conjunction of
CONFIG_VP9. This created a dependency on vp9 for vp10 to build. This
commit removes the dependency by use CONFIG_VP9_HIGHBITDEPTH only in
these places.

Change-Id: I8cc007fc9cf132394c6498ce6759e606b64a6ad0
tools_common.c
tools_common.h
vpx_mem/vpx_mem.c
vpx_mem/vpx_mem.h
vpx_scale/generic/yv12extend.c
vpxdec.c
vpxenc.c