comparison ppc/idct_altivec.c @ 9421:dd2b5e52336a libavcodec

Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
author diego
date Sun, 12 Apr 2009 21:45:26 +0000
parents 203dc1dc297c
children 50415a8f1451
comparison
equal deleted inserted replaced
9420:5b68d22e5ec9 9421:dd2b5e52336a
35 */ 35 */
36 36
37 37
38 #include <stdlib.h> /* malloc(), free() */ 38 #include <stdlib.h> /* malloc(), free() */
39 #include <string.h> 39 #include <string.h>
40 #include "config.h"
41 #if HAVE_ALTIVEC_H
42 #include <altivec.h>
43 #endif
40 #include "libavcodec/dsputil.h" 44 #include "libavcodec/dsputil.h"
41
42 #include "gcc_fixes.h"
43 #include "types_altivec.h" 45 #include "types_altivec.h"
44 #include "dsputil_ppc.h" 46 #include "dsputil_ppc.h"
45 47
46 #define IDCT_HALF \ 48 #define IDCT_HALF \
47 /* 1st stage */ \ 49 /* 1st stage */ \