diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-26 22:06:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-26 22:06:40 +0000 |
commit | a41f4eacd6a15abf8a8b92524de4c05efcd3547a (patch) | |
tree | 53e7a663f9cbc66584fe9b340659d2e6bcbfdec2 /libavcodec/dsputil.h | |
parent | 16dae5173bd300a05e3f455f4c3747eded3e951a (diff) | |
download | ffmpeg-a41f4eacd6a15abf8a8b92524de4c05efcd3547a.tar.gz |
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/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 2 |
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 |