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:
@@ -555,7 +555,7 @@ extern int mm_flags;
|
|||||||
|
|
||||||
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
|
#define pixel altivec_pixel
|
||||||
#include <altivec.h>
|
#include <altivec.h>
|
||||||
#undef pixel
|
#undef pixel
|
||||||
|
Reference in New Issue
Block a user