summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-26 22:06:40 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-26 22:06:40 +0000
commita41f4eacd6a15abf8a8b92524de4c05efcd3547a (patch)
tree53e7a663f9cbc66584fe9b340659d2e6bcbfdec2 /libavcodec
parent16dae5173bd300a05e3f455f4c3747eded3e951a (diff)
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 1 insertions, 1 deletions
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 <altivec.h>
#undef pixel