summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/ppc/float_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/float_altivec.c b/libavcodec/ppc/float_altivec.c
index 4763ba2938..1f39d8f461 100644
--- a/libavcodec/ppc/float_altivec.c
+++ b/libavcodec/ppc/float_altivec.c
@@ -160,7 +160,7 @@ float_to_int16_one_altivec(const float *src)
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;