From 6166516d1f0df6cc8f96e7685e78ef75541b9698 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Sun, 8 Feb 2009 17:44:04 +0000 Subject: re-enable mid_pred asm on x86_64. (broke in r16681) Originally committed as revision 17058 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 1365903913..880e94671f 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -24,7 +24,7 @@ #include "libavutil/common.h" -#if ARCH_X86_32 +#if ARCH_X86 #include "x86/mathops.h" -- cgit v1.2.3