shithub: libvpx

Download patch

ref: 0fa768704b4ec4f2082b2f623d28bf5e0030bfb3
parent: 7c6337ba9e486c8066db83ea2d845c3e8b7697f8
author: Paul Wilkins <[email protected]>
date: Fri Mar 14 07:36:06 EDT 2014

Use of inline instead of INLINE.

This causes a build failure in VS 2008.

Change-Id: I03b0c0c006589b56d92a238d7b794711eb62575e

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -152,7 +152,7 @@
 
 // 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) {