changeset 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 861eb234e6ba
children d92fa6e5fc8c
files dsputil.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.h	Sun Aug 26 21:47:58 2007 +0000
+++ b/dsputil.h	Sun Aug 26 22:06:40 2007 +0000
@@ -555,7 +555,7 @@
 
 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