# HG changeset patch # User lu_zero # Date 1219681923 0 # Node ID 8313d5901c5c0a2d8e6eb7052f8899daf400c789 # Parent 9445f9c69004f29c48b3ab6b580e647daa9fd071 Missing static in float_to_int16_altivec declaration diff -r 9445f9c69004 -r 8313d5901c5c ppc/float_altivec.c --- a/ppc/float_altivec.c Mon Aug 25 08:53:14 2008 +0000 +++ b/ppc/float_altivec.c Mon Aug 25 16:32:03 2008 +0000 @@ -160,7 +160,7 @@ return vec_packs(t0,t1); } -void float_to_int16_altivec(int16_t *dst, const float *src, int len) +static void float_to_int16_altivec(int16_t *dst, const float *src, int len) { int i; vector signed short d0, d1, d;