diff libmpeg2/motion_comp_alpha.c @ 28290:25337a2147e7

Lots and lots of #ifdef ARCH_... -> #if ARCH_... and #ifdef HAVE_MMX etc -> #if HAVE_MMX. There might be still more that need to be fixed.
author reimar
date Fri, 16 Jan 2009 09:21:21 +0000
parents d0a8810e155c
children
line wrap: on
line diff
--- a/libmpeg2/motion_comp_alpha.c	Fri Jan 16 08:45:35 2009 +0000
+++ b/libmpeg2/motion_comp_alpha.c	Fri Jan 16 09:21:21 2009 +0000
@@ -22,7 +22,7 @@
 
 #include "config.h"
 
-#ifdef ARCH_ALPHA
+#if ARCH_ALPHA
 
 #include <inttypes.h>