]> granicus.if.org Git - libvpx/commitdiff
Fix a build issue
authorYaowu Xu <yaowu@google.com>
Fri, 12 Jul 2013 18:38:44 +0000 (11:38 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 12 Jul 2013 18:38:44 +0000 (11:38 -0700)
Change-Id: I23a75c495ed7ea917d7f312bef0990e20a6b53d9

vp9/encoder/vp9_rdopt.c

index 05978d3ead702e873dfff695dc1599390a41ef26..a70c904478e76f37ca3c312ce72b7e4829dc6137 100644 (file)
@@ -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;