Mercurial > libavcodec.hg
changeset 7691:8313d5901c5c libavcodec
Missing static in float_to_int16_altivec declaration
author | lu_zero |
---|---|
date | Mon, 25 Aug 2008 16:32:03 +0000 |
parents | 9445f9c69004 |
children | 3ced4fb23342 |
files | ppc/float_altivec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;