diff 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
line wrap: on
line diff
--- a/ppc/idct_altivec.c	Sun Apr 12 21:42:55 2009 +0000
+++ b/ppc/idct_altivec.c	Sun Apr 12 21:45:26 2009 +0000
@@ -37,9 +37,11 @@
 
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
+#include "config.h"
+#if HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
 #include "libavcodec/dsputil.h"
-
-#include "gcc_fixes.h"
 #include "types_altivec.h"
 #include "dsputil_ppc.h"