From 5ebe94f9f148693a34bc861ef97a7fff6fc38251 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Sun, 23 Dec 2012 07:20:10 -0800 Subject: Build fixes to merge vp9-preview into master Various fixups to resolve issues when building vp9-preview under the more stringent checks placed on the experimental branch. Change-Id: I21749de83552e1e75c799003f849e6a0f1a35b07 --- vpx_scale/vpx_scale.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vpx_scale') diff --git a/vpx_scale/vpx_scale.mk b/vpx_scale/vpx_scale.mk index 3d759327a..864af55a4 100644 --- a/vpx_scale/vpx_scale.mk +++ b/vpx_scale/vpx_scale.mk @@ -5,7 +5,9 @@ SCALE_SRCS-yes += generic/vpxscale.c SCALE_SRCS-yes += generic/yv12config.c SCALE_SRCS-yes += generic/yv12extend.c SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c +SCALE_SRCS-yes += vpx_scale_asm_offsets.c SCALE_SRCS-yes += vpx_scale_rtcd.c +SCALE_SRCS-yes += vpx_scale_rtcd.sh #neon SCALE_SRCS-$(HAVE_NEON) += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM) -- cgit v1.2.3