diff x86/snowdsp_mmx.c @ 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 7768bdfd4f7b
children 6bf01d174630
line wrap: on
line diff
--- a/x86/snowdsp_mmx.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/x86/snowdsp_mmx.c	Tue Jan 13 23:44:16 2009 +0000
@@ -386,7 +386,7 @@
     }
 }
 
-#ifdef HAVE_7REGS
+#if HAVE_7REGS
 #define snow_vertical_compose_sse2_load_add(op,r,t0,t1,t2,t3)\
         ""op" ("r",%%"REG_d"), %%"t0"      \n\t"\
         ""op" 16("r",%%"REG_d"), %%"t1"    \n\t"\