diff ppc/mpegvideo_altivec.c @ 5579:1d68a08be2f9 libavcodec

Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor directives are aimed at idiosyncracies of Apple's gcc version.
author diego
date Fri, 24 Aug 2007 14:57:46 +0000
parents 204273dd0349
children 55ed6dc5d476
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Fri Aug 24 14:18:09 2007 +0000
+++ b/ppc/mpegvideo_altivec.c	Fri Aug 24 14:57:46 2007 +0000
@@ -66,7 +66,7 @@
 }
 
 
-#ifdef SYS_DARWIN
+#ifdef __APPLE_CC__
 #define FOUROF(a) (a)
 #else
 // slower, for dumb non-apple GCC