Merge "fix building with --disable-spatial-resampling"

This commit is contained in:
James Zern 2014-12-05 20:36:44 -08:00 committed by Gerrit Code Review
commit 0e00dbae02

View File

@ -1,7 +1,7 @@
SCALE_SRCS-yes += vpx_scale.mk
SCALE_SRCS-yes += yv12config.h
SCALE_SRCS-yes += vpx_scale.h
SCALE_SRCS-yes += generic/vpx_scale.c
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += vpx_scale.h
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/vpx_scale.c
SCALE_SRCS-yes += generic/yv12config.c
SCALE_SRCS-yes += generic/yv12extend.c
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c