From a41f4eacd6a15abf8a8b92524de4c05efcd3547a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 26 Aug 2007 22:06:40 +0000 Subject: [PATCH] Do not wrongly mark Apple gcc workarounds as being specific to Darwin. Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 0c227bda1c..ca19927b2f 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -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 #undef pixel