Mercurial > libavcodec.hg
changeset 6105:33674fb857b5 libavcodec
Change some files to only include the necessary headers.
author | diego |
---|---|
date | Fri, 04 Jan 2008 13:38:25 +0000 |
parents | 2b0d16689147 |
children | 7185e3bb0614 |
files | ppc/dsputil_altivec.c ppc/dsputil_altivec.h ppc/fdct_altivec.c ppc/idct_altivec.c |
diffstat | 4 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ppc/dsputil_altivec.c Fri Jan 04 13:18:28 2008 +0000 +++ b/ppc/dsputil_altivec.c Fri Jan 04 13:38:25 2008 +0000 @@ -24,7 +24,7 @@ #include "gcc_fixes.h" -#include "dsputil_altivec.h" +#include "dsputil_ppc.h" #include "util_altivec.h" int sad16_x2_altivec(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h)
--- a/ppc/dsputil_altivec.h Fri Jan 04 13:18:28 2008 +0000 +++ b/ppc/dsputil_altivec.h Fri Jan 04 13:38:25 2008 +0000 @@ -25,8 +25,6 @@ #include <stdint.h> -#include "dsputil_ppc.h" - extern int has_altivec(void); void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
--- a/ppc/fdct_altivec.c Fri Jan 04 13:18:28 2008 +0000 +++ b/ppc/fdct_altivec.c Fri Jan 04 13:38:25 2008 +0000 @@ -22,7 +22,7 @@ #include "common.h" #include "dsputil.h" -#include "dsputil_altivec.h" +#include "dsputil_ppc.h" #include "gcc_fixes.h"
--- a/ppc/idct_altivec.c Fri Jan 04 13:18:28 2008 +0000 +++ b/ppc/idct_altivec.c Fri Jan 04 13:38:25 2008 +0000 @@ -42,7 +42,7 @@ #include "gcc_fixes.h" -#include "dsputil_altivec.h" +#include "dsputil_ppc.h" #define vector_s16_t vector signed short #define const_vector_s16_t const vector signed short