Commit da449a81 authored by diego's avatar diego

Do not wrongly mark Apple gcc workarounds as being specific to Darwin.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10239 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 57860761
......@@ -555,7 +555,7 @@ extern int mm_flags;
extern int mm_flags;
#if defined(HAVE_ALTIVEC) && !defined(SYS_DARWIN)
#if defined(HAVE_ALTIVEC) && !defined(__APPLE_CC__)
#define pixel altivec_pixel
#include <altivec.h>
#undef pixel
......
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