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
Showing
- tools_common.c 2 additions, 2 deletionstools_common.c
- tools_common.h 1 addition, 1 deletiontools_common.h
- vpx_mem/vpx_mem.c 2 additions, 2 deletionsvpx_mem/vpx_mem.c
- vpx_mem/vpx_mem.h 1 addition, 1 deletionvpx_mem/vpx_mem.h
- vpx_scale/generic/yv12extend.c 5 additions, 5 deletionsvpx_scale/generic/yv12extend.c
- vpxdec.c 11 additions, 11 deletionsvpxdec.c
- vpxenc.c 19 additions, 19 deletionsvpxenc.c
Loading
Please register or sign in to comment