summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/fdct_altivec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 22:37:14 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 22:37:14 +0000
commitddb8c2c0f135100387114727000f4c1e3d52c9a9 (patch)
tree38a54ca06f9bd493b14db0e8d8c421e1293e7983 /libavcodec/ppc/fdct_altivec.c
parentf49747e90473cd2a8d2bb73db416c73e05109258 (diff)
PPC: move prototypes to headers and make some functions static
Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/fdct_altivec.c')
-rw-r--r--libavcodec/ppc/fdct_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/fdct_altivec.c b/libavcodec/ppc/fdct_altivec.c
index 3dfd59ca29..8f3bc26947 100644
--- a/libavcodec/ppc/fdct_altivec.c
+++ b/libavcodec/ppc/fdct_altivec.c
@@ -25,7 +25,7 @@
#include "libavutil/common.h"
#include "libavcodec/dsputil.h"
#include "dsputil_ppc.h"
-
+#include "dsputil_altivec.h"
#define vs16(v) ((vector signed short)(v))
#define vs32(v) ((vector signed int)(v))