1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-17 01:41:37 +02:00

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

Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-08-26 22:06:40 +00:00
parent 16dae5173b
commit a41f4eacd6

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