From fb754b182f236730086753886961d5ea5c8efb5e Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Fri, 12 Jul 2013 11:38:44 -0700 Subject: Fix a build issue Change-Id: I23a75c495ed7ea917d7f312bef0990e20a6b53d9 --- vp9/encoder/vp9_rdopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c index 05978d3ea..a70c90447 100644 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c @@ -299,7 +299,7 @@ static BLOCK_SIZE_TYPE get_plane_block_size(BLOCK_SIZE_TYPE bsize, plane_block_height_log2by4(bsize, pd)); } -static inline void linear_interpolate2(double x, int ntab, int inv_step, +static INLINE void linear_interpolate2(double x, int ntab, int inv_step, const double *tab1, const double *tab2, double *v1, double *v2) { double y = x * inv_step; -- cgit v1.2.3