Browse Source

Do not wrongly mark Apple gcc workarounds as being specific to Darwin.

Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
a41f4eacd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dsputil.h

+ 1
- 1
libavcodec/dsputil.h View File

@@ -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


Loading…
Cancel
Save