changeset 5582:2089dcb2b18a 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 15:18:41 +0000
parents 7175313dac36
children 5763bfcaa388
files ppc/dsputil_altivec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Fri Aug 24 15:08:46 2007 +0000
+++ b/ppc/dsputil_altivec.h	Fri Aug 24 15:18:41 2007 +0000
@@ -61,7 +61,7 @@
 #define FLOAT_p 1.
 
 
-#ifdef SYS_DARWIN
+#ifdef __APPLE_CC__
 #define vcii(a,b,c,d) (const vector float)(FLOAT_ ## a, FLOAT_ ## b, FLOAT_ ## c, FLOAT_ ## d)
 #else
 #define vcii(a,b,c,d) (const vector float){FLOAT_ ## a, FLOAT_ ## b, FLOAT_ ## c, FLOAT_ ## d}