# HG changeset patch # User diego # Date 1217698375 0 # Node ID 2ced44037814b244e172618cef0b3b8a3144530a # Parent 283eeda6218400ff677678716c6dfc7a79153b5b Mark add_png_paeth_prediction_* functions which are only used within this file as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi diff -r 283eeda62184 -r 2ced44037814 i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Fri Aug 01 13:53:18 2008 +0000 +++ b/i386/dsputil_mmx.c Sat Aug 02 17:32:55 2008 +0000 @@ -788,7 +788,7 @@ } #define PAETH(cpu, abs3)\ -void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\ +static void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\ {\ x86_reg i = -bpp;\ x86_reg end = w-3;\