From 89523beea45e265d985aace8be79b45e94f21e6b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 2 Oct 2007 11:39:32 +0000 Subject: Sanitize altivec code so it can be built with runtime check properly Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gmc_altivec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/ppc/gmc_altivec.c') diff --git a/libavcodec/ppc/gmc_altivec.c b/libavcodec/ppc/gmc_altivec.c index 1126eb89ca..b7a477dd96 100644 --- a/libavcodec/ppc/gmc_altivec.c +++ b/libavcodec/ppc/gmc_altivec.c @@ -24,7 +24,8 @@ #include "gcc_fixes.h" -#include "dsputil_altivec.h" +#include "dsputil_ppc.h" +#include "util_altivec.h" /* altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8, -- cgit v1.2.3