Merge "Android.mk: add missing vp10_rtcd.h dep"

This commit is contained in:
Jingning Han 2015-08-12 04:15:04 +00:00 committed by Gerrit Code Review
commit 3fc0f5ed12

View File

@ -174,6 +174,9 @@ endif
ifeq ($(CONFIG_VP9), yes)
$$(rtcd_dep_template_SRCS): vp9_rtcd.h
endif
ifeq ($(CONFIG_VP10), yes)
$$(rtcd_dep_template_SRCS): vp10_rtcd.h
endif
$$(rtcd_dep_template_SRCS): vpx_scale_rtcd.h
$$(rtcd_dep_template_SRCS): vpx_dsp_rtcd.h