[FFmpeg-cvslog] r10239 - trunk/libavcodec/dsputil.h
diego
subversion
Mon Aug 27 00:06:40 CEST 2007
Author: diego
Date: Mon Aug 27 00:06:40 2007
New Revision: 10239
Log:
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
Modified:
trunk/libavcodec/dsputil.h
Modified: trunk/libavcodec/dsputil.h
==============================================================================
--- trunk/libavcodec/dsputil.h (original)
+++ trunk/libavcodec/dsputil.h Mon Aug 27 00:06:40 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list