diff ppc/int_altivec.c @ 9364:7cee7292d5cc libavcodec

Remove unnecessary gcc_fixes.h #include.
author diego
date Thu, 09 Apr 2009 11:54:13 +0000
parents e9d9d946f213
children 9f4b529bd5c0
line wrap: on
line diff
--- a/ppc/int_altivec.c	Thu Apr 09 10:06:54 2009 +0000
+++ b/ppc/int_altivec.c	Thu Apr 09 11:54:13 2009 +0000
@@ -23,9 +23,12 @@
  ** integer misc ops.
  **/
 
-#include "libavcodec/dsputil.h"
+#include "config.h"
+#if HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
 
-#include "gcc_fixes.h"
+#include "libavcodec/dsputil.h"
 
 #include "dsputil_altivec.h"