From: Paul Wilkins Date: Fri, 14 Mar 2014 11:36:06 +0000 (+0000) Subject: Use of inline instead of INLINE. X-Git-Tag: v1.4.0~2063^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa768704b4ec4f2082b2f623d28bf5e0030bfb3;p=libvpx Use of inline instead of INLINE. This causes a build failure in VS 2008. Change-Id: I03b0c0c006589b56d92a238d7b794711eb62575e --- 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) {