diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h index f39b675cd..febe81505 100644 --- a/vp8/common/onyx.h +++ b/vp8/common/onyx.h @@ -65,7 +65,7 @@ extern "C" #include - static void Scale2Ratio(int mode, int *hr, int *hs) + static INLINE void Scale2Ratio(int mode, int *hr, int *hs) { switch (mode) {