Mercurial > libavcodec.hg
diff ppc/gmc_altivec.c @ 5750:09f99af1db40 libavcodec
Sanitize altivec code so it can be built with runtime check properly
| author | lu_zero |
|---|---|
| date | Tue, 02 Oct 2007 11:39:32 +0000 |
| parents | 55ed6dc5d476 |
| children | 80103098c797 |
line wrap: on
line diff
--- a/ppc/gmc_altivec.c Tue Oct 02 10:34:57 2007 +0000 +++ b/ppc/gmc_altivec.c Tue Oct 02 11:39:32 2007 +0000 @@ -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,
