diff ppc/gcc_fixes.h @ 5573:204273dd0349 libavcodec

Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
author diego
date Wed, 22 Aug 2007 22:46:39 +0000
parents 35cc7c922a76
children 9f573d1246bb
line wrap: on
line diff
--- a/ppc/gcc_fixes.h	Wed Aug 22 17:26:49 2007 +0000
+++ b/ppc/gcc_fixes.h	Wed Aug 22 22:46:39 2007 +0000
@@ -27,7 +27,7 @@
 #include <altivec.h>
 #endif
 
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
 # ifndef __MWERKS__
 #  define AVV(x...) (x)
 # else
@@ -108,7 +108,7 @@
 
 #endif
 
-#endif /* CONFIG_DARWIN */
+#endif /* SYS_DARWIN */
 
 #ifndef __MWERKS__
 #define const_vector const vector