Revision 5137235e libavcodec/ppc/idct_altivec.c
libavcodec/ppc/idct_altivec.c | ||
---|---|---|
37 | 37 |
|
38 | 38 |
#include <stdlib.h> /* malloc(), free() */ |
39 | 39 |
#include <string.h> |
40 |
#include "config.h" |
|
41 |
#if HAVE_ALTIVEC_H |
|
42 |
#include <altivec.h> |
|
43 |
#endif |
|
40 | 44 |
#include "libavcodec/dsputil.h" |
41 |
|
|
42 |
#include "gcc_fixes.h" |
|
43 | 45 |
#include "types_altivec.h" |
44 | 46 |
#include "dsputil_ppc.h" |
45 | 47 |
|
Also available in: Unified diff