]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/ppc/idct_altivec.c
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
[frescor/ffmpeg.git] / libavcodec / ppc / idct_altivec.c
index 19cc93a98046cbbffab1ef86ccd077d9df231b18..6043a172bfe5eb80c54a04f60909de8d8da11db8 100644 (file)
 
 #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"