mirror of https://git.ffmpeg.org/ffmpeg.git
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
16dae5173b
commit
a41f4eacd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue