changeset 1653:11433ade9e06 libavcodec

altivec.h bug workaround (untested)
author michael
date Wed, 03 Dec 2003 22:23:08 +0000
parents 834922115010
children 1c123e036890
files dsputil.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)))