diff ppc/util_altivec.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 c4a4495715dd
children e9d9d946f213
line wrap: on
line diff
--- a/ppc/util_altivec.h	Tue Jan 13 21:13:45 2009 +0000
+++ b/ppc/util_altivec.h	Tue Jan 13 23:44:16 2009 +0000
@@ -28,7 +28,7 @@
 
 #include "config.h"
 
-#ifdef HAVE_ALTIVEC_H
+#if HAVE_ALTIVEC_H
 #include <altivec.h>
 #endif