From 8123e0901fc7faa3d7dcf80af9ed0d874f8e7a06 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 22 Jun 2012 18:46:52 +0100 Subject: x86: place some inline asm under #if HAVE_INLINE_ASM Signed-off-by: Mans Rullgard --- libavutil/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/internal.h') diff --git a/libavutil/internal.h b/libavutil/internal.h index ae678d5840..41e8a9ab36 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -110,7 +110,7 @@ struct AVDictionary { /* math */ -#if ARCH_X86 +#if ARCH_X86 && HAVE_INLINE_ASM #define MASK_ABS(mask, level)\ __asm__ volatile(\ "cltd \n\t"\ -- cgit v1.2.3