Commit 42ff358a authored by diego's avatar diego

Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16262 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d29a9ebc
......@@ -2866,7 +2866,7 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment