From 0fa768704b4ec4f2082b2f623d28bf5e0030bfb3 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Fri, 14 Mar 2014 11:36:06 +0000 Subject: [PATCH] Use of inline instead of INLINE. This causes a build failure in VS 2008. Change-Id: I03b0c0c006589b56d92a238d7b794711eb62575e --- vp9/encoder/vp9_encodeframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c index d0ada2f4e..8fc53424d 100644 --- a/vp9/encoder/vp9_encodeframe.c +++ b/vp9/encoder/vp9_encodeframe.c @@ -152,7 +152,7 @@ static BLOCK_SIZE get_nonrd_var_based_fixed_partition(VP9_COMP *cpi, // Lighter version of set_offsets that only sets the mode info // pointers. -static inline void set_modeinfo_offsets(VP9_COMMON *const cm, +static INLINE void set_modeinfo_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, int mi_row, int mi_col) { -- 2.50.1