Commit a4615dcb authored by michael's avatar michael

altivec.h bug workaround (untested)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2559 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 096fbaea
......@@ -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