diff mathops.h @ 8759:4cea2f47219a libavcodec

re-enable mid_pred asm on x86_64. (broke in r16681)
author lorenm
date Sun, 08 Feb 2009 17:44:04 +0000
parents 04423b2f6e0b
children 005cf8ba225f
line wrap: on
line diff
--- a/mathops.h	Sun Feb 08 06:35:21 2009 +0000
+++ b/mathops.h	Sun Feb 08 17:44:04 2009 +0000
@@ -24,7 +24,7 @@
 
 #include "libavutil/common.h"
 
-#if   ARCH_X86_32
+#if   ARCH_X86
 
 #include "x86/mathops.h"