diff ppc/gcc_fixes.h @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents eebc7209c47f
children
line wrap: on
line diff
--- a/ppc/gcc_fixes.h	Tue Jan 13 21:13:45 2009 +0000
+++ b/ppc/gcc_fixes.h	Tue Jan 13 23:44:16 2009 +0000
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#ifdef HAVE_ALTIVEC_H
+#if HAVE_ALTIVEC_H
 #include <altivec.h>
 #endif