comparison dsputil.h @ 5604:8691652d9dce libavcodec

Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
author diego
date Sun, 26 Aug 2007 22:06:40 +0000
parents 3ae03eacbe9f
children ec04964a1d1a
comparison
equal deleted inserted replaced
5603:861eb234e6ba 5604:8691652d9dce
553 553
554 #define MM_ALTIVEC 0x0001 /* standard AltiVec */ 554 #define MM_ALTIVEC 0x0001 /* standard AltiVec */
555 555
556 extern int mm_flags; 556 extern int mm_flags;
557 557
558 #if defined(HAVE_ALTIVEC) && !defined(SYS_DARWIN) 558 #if defined(HAVE_ALTIVEC) && !defined(__APPLE_CC__)
559 #define pixel altivec_pixel 559 #define pixel altivec_pixel
560 #include <altivec.h> 560 #include <altivec.h>
561 #undef pixel 561 #undef pixel
562 #endif 562 #endif
563 563