# HG changeset patch # User mru # Date 1163302452 0 # Node ID 608e2dfcb86e69579f4efe305f8ad437b7c9b9d0 # Parent 5d33a42ee01a88d09cdeca363b45283dfd2a2c70 adding more static keywords diff -r 5d33a42ee01a -r 608e2dfcb86e i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Sun Nov 12 01:08:05 2006 +0000 +++ b/i386/dsputil_mmx.c Sun Nov 12 03:34:12 2006 +0000 @@ -2667,7 +2667,7 @@ #endif /* CONFIG_ENCODERS */ #define PREFETCH(name, op) \ -void name(void *mem, int stride, int h){\ +static void name(void *mem, int stride, int h){\ const uint8_t *p= mem;\ do{\ asm volatile(#op" %0" :: "m"(*p));\ @@ -3007,7 +3007,7 @@ ff_vector_fmul_add_add_c(dst, src0, src1, src2, src3, len, step); } -void float_to_int16_3dnow(int16_t *dst, const float *src, int len){ +static void float_to_int16_3dnow(int16_t *dst, const float *src, int len){ // not bit-exact: pf2id uses different rounding than C and SSE int i; for(i=0; i