Mercurial > libavcodec.hg
diff dsputil.h @ 1653:11433ade9e06 libavcodec
altivec.h bug workaround (untested)
| author | michael |
|---|---|
| date | Wed, 03 Dec 2003 22:23:08 +0000 |
| parents | 835cf346975e |
| children | dea5b2946999 |
line wrap: on
line diff
--- a/dsputil.h Wed Dec 03 16:47:17 2003 +0000 +++ b/dsputil.h Wed Dec 03 22:23:08 2003 +0000 @@ -381,7 +381,9 @@ extern int mm_flags; #if defined(HAVE_ALTIVEC) && !defined(CONFIG_DARWIN) +#define pixel altivec_pixel #include <altivec.h> +#undef pixel #endif #define __align8 __attribute__ ((aligned (16)))
