From a593f5bd9db642801fad5ca535a1d843e8f27e86 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 16 Sep 2012 19:05:23 +0200 Subject: [PATCH] arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb Fix Suggested-by: Reimar Signed-off-by: Michael Niedermayer --- libavcodec/arm/dca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/arm/dca.h b/libavcodec/arm/dca.h index 9b0efc0e64..05be7892dc 100644 --- a/libavcodec/arm/dca.h +++ b/libavcodec/arm/dca.h @@ -25,7 +25,7 @@ #include "config.h" #include "libavutil/intmath.h" -#if HAVE_ARMV6 && HAVE_INLINE_ASM && AV_GCC_VERSION_AT_LEAST(4,4) +#if HAVE_ARMV6 && HAVE_INLINE_ASM && AV_GCC_VERSION_AT_LEAST(4,4) && !CONFIG_THUMB #define decode_blockcodes decode_blockcodes static inline int decode_blockcodes(int code1, int code2, int levels,