Commit 9a197a24 authored by Michael Niedermayer's avatar Michael Niedermayer

altivec.h bug workaround (untested)

Originally committed as revision 2559 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 554daa24
......@@ -381,7 +381,9 @@ void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx);
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)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment