# HG changeset patch # User astrange # Date 1255734415 0 # Node ID 6ca681cc32647c4e0def0da5d7c5b36d54602386 # Parent 442ab0c41eaec7d0b4e59f47da658f31982f825a Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). diff -r 442ab0c41eae -r 6ca681cc3264 dsputil.c --- a/dsputil.c Fri Oct 16 23:04:41 2009 +0000 +++ b/dsputil.c Fri Oct 16 23:06:55 2009 +0000 @@ -3636,7 +3636,7 @@ #define G 1 #define R 2 #endif -static inline void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){ +static void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){ int i; int r,g,b; r= *red;