Mercurial > libavcodec.hg
changeset 9364:7cee7292d5cc libavcodec
Remove unnecessary gcc_fixes.h #include.
author | diego |
---|---|
date | Thu, 09 Apr 2009 11:54:13 +0000 |
parents | 203dc1dc297c |
children | 48813960f5d5 |
files | ppc/fft_altivec.c ppc/gmc_altivec.c ppc/int_altivec.c ppc/vc1dsp_altivec.c |
diffstat | 4 files changed, 5 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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" /**
--- 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"
--- 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"