# HG changeset patch # User mru # Date 1236288013 0 # Node ID 489def16f0c7defecf06da93580753e37148119e # Parent 322fa07fd3976d8f35ba41327bb290e49c0de087 ARM: disable inline asm for armcc diff -r 322fa07fd397 -r 489def16f0c7 arm/mathops.h --- a/arm/mathops.h Thu Mar 05 07:35:06 2009 +0000 +++ b/arm/mathops.h Thu Mar 05 21:20:13 2009 +0000 @@ -25,6 +25,8 @@ #include #include "libavutil/common.h" +#if HAVE_INLINE_ASM + # define MULL MULL static inline av_const int MULL(int a, int b, unsigned shift) { @@ -108,4 +110,6 @@ return m; } +#endif /* HAVE_INLINE_ASM */ + #endif /* AVCODEC_ARM_MATHOPS_H */