# HG changeset patch # User diego # Date 1229904210 0 # Node ID b55ec18fe5e94da719ee0c3409f4baa151901a18 # Parent e623323d409feb2ddb38d3ab5c384109eac80d5d Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. diff -r e623323d409f -r b55ec18fe5e9 i386/dsputil_mmx.c --- 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