diff x86/fft_sse.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 54456267c77c
line wrap: on
line diff
--- a/x86/fft_sse.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/x86/fft_sse.c	Tue Jan 13 23:44:16 2009 +0000
@@ -108,7 +108,7 @@
             ::"r"(-4*k), "r"(4*k),
               "r"(input+n4), "r"(tcos+n8), "r"(tsin+n8)
         );
-#ifdef ARCH_X86_64
+#if ARCH_X86_64
         // if we have enough regs, don't let gcc make the luts latency-bound
         // but if not, latency is faster than spilling
         __asm__("movlps %%xmm0, %0 \n"