diff ppc/vc1dsp_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 7cee7292d5cc
children
line wrap: on
line diff
--- a/ppc/vc1dsp_altivec.c	Sat Mar 06 22:37:08 2010 +0000
+++ b/ppc/vc1dsp_altivec.c	Sat Mar 06 22:37:14 2010 +0000
@@ -22,6 +22,7 @@
 #include "libavcodec/dsputil.h"
 
 #include "util_altivec.h"
+#include "dsputil_altivec.h"
 
 // main steps of 8x8 transform
 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \