changeset 8423:b55ec18fe5e9 libavcodec

Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
author diego
date Mon, 22 Dec 2008 00:03:30 +0000
parents e623323d409f
children 3597fc56c227
files i386/dsputil_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Mon Dec 22 00:01:39 2008 +0000
+++ b/i386/dsputil_mmx.c	Mon Dec 22 00:03:30 2008 +0000
@@ -2866,7 +2866,7 @@
 
 #if defined(CONFIG_GPL) && defined(HAVE_YASM)
         if( mm_flags&FF_MM_MMXEXT ){
-#ifndef ARCH_X86_64
+#ifdef ARCH_X86_32
             c->h264_v_loop_filter_luma_intra = ff_x264_deblock_v_luma_intra_mmxext;
             c->h264_h_loop_filter_luma_intra = ff_x264_deblock_h_luma_intra_mmxext;
 #endif