Mercurial > libavcodec.hg
diff ppc/fft_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 | d5ba514e3f4a |
| children | f7cbb7733146 |
line wrap: on
line diff
--- a/ppc/fft_altivec.c Tue Oct 02 10:34:57 2007 +0000 +++ b/ppc/fft_altivec.c Tue Oct 02 11:39:32 2007 +0000 @@ -24,8 +24,8 @@ #include "gcc_fixes.h" -#include "dsputil_altivec.h" - +#include "dsputil_ppc.h" +#include "util_altivec.h" /* those three macros are from libavcodec/fft.c and are required for the reference C code
