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

Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 16dae5173b
commit a41f4eacd6
  1. 2
      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

Loading…
Cancel
Save