Commit a41f4eac authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 16dae517
......@@ -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