diff ppc/vp3dsp_altivec.c @ 11382:50415a8f1451 libavcodec

PPC: move prototypes to headers and make some functions static
author mru
date Sat, 06 Mar 2010 22:37:14 +0000
parents d563821462b4
children
line wrap: on
line diff
--- a/ppc/vp3dsp_altivec.c	Sat Mar 06 22:37:08 2010 +0000
+++ b/ppc/vp3dsp_altivec.c	Sat Mar 06 22:37:14 2010 +0000
@@ -21,6 +21,7 @@
 #include "libavcodec/dsputil.h"
 #include "util_altivec.h"
 #include "types_altivec.h"
+#include "dsputil_altivec.h"
 
 static const vec_s16 constants =
     {0, 64277, 60547, 54491, 46341, 36410, 25080, 12785};