# HG changeset patch # User diego # Date 1239278053 0 # Node ID 7cee7292d5ccaf5fa5a9cef68c27e3d0ef42a48a # Parent 203dc1dc297c9541dd909508e3bd6eb2d6e69132 Remove unnecessary gcc_fixes.h #include. diff -r 203dc1dc297c -r 7cee7292d5cc ppc/fft_altivec.c --- a/ppc/fft_altivec.c Thu Apr 09 10:06:54 2009 +0000 +++ b/ppc/fft_altivec.c Thu Apr 09 11:54:13 2009 +0000 @@ -21,9 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "libavcodec/dsputil.h" - -#include "gcc_fixes.h" - #include "dsputil_ppc.h" #include "util_altivec.h" /** diff -r 203dc1dc297c -r 7cee7292d5cc ppc/gmc_altivec.c --- a/ppc/gmc_altivec.c Thu Apr 09 10:06:54 2009 +0000 +++ b/ppc/gmc_altivec.c Thu Apr 09 11:54:13 2009 +0000 @@ -21,9 +21,6 @@ */ #include "libavcodec/dsputil.h" - -#include "gcc_fixes.h" - #include "dsputil_ppc.h" #include "util_altivec.h" diff -r 203dc1dc297c -r 7cee7292d5cc ppc/int_altivec.c --- 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 +#endif -#include "gcc_fixes.h" +#include "libavcodec/dsputil.h" #include "dsputil_altivec.h" diff -r 203dc1dc297c -r 7cee7292d5cc ppc/vc1dsp_altivec.c --- a/ppc/vc1dsp_altivec.c Thu Apr 09 10:06:54 2009 +0000 +++ b/ppc/vc1dsp_altivec.c Thu Apr 09 11:54:13 2009 +0000 @@ -21,8 +21,6 @@ #include "libavcodec/dsputil.h" -#include "gcc_fixes.h" - #include "util_altivec.h" // main steps of 8x8 transform